This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git
from c477c763c3 [TIR] Expose Misc TIR operations to python (#12435)
add 09a4ac48ed [ETHOSN] Add support for Requantize (#12384)
No new revisions were added by this update.
Summary of changes:
python/tvm/relay/op/contrib/ethosn.py | 14 ++++
src/relay/backend/contrib/ethosn/codegen.cc | 39 +++++++++++
src/relay/backend/contrib/ethosn/codegen_ethosn.h | 1 +
src/relay/backend/contrib/ethosn/ethosn_api.cc | 35 ++++++++++
src/relay/backend/contrib/ethosn/ethosn_api.h | 8 +++
.../{test_tanh.py => test_requantize.py} | 77 +++++++++++-----------
6 files changed, 136 insertions(+), 38 deletions(-)
copy tests/python/contrib/test_ethosn/{test_tanh.py => test_requantize.py}
(52%)