This is an automated email from the ASF dual-hosted git repository.
leandron pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 90b2f0d369 [CI][CMSIS-NN] Running tests parallel using pytest-xdist
(#12557)
add 989e5a1128 [ETHOSN] Add support for resize (#12535)
No new revisions were added by this update.
Summary of changes:
python/tvm/relay/op/contrib/ethosn.py | 15 +++
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 | 40 +++++++
src/relay/backend/contrib/ethosn/ethosn_api.h | 8 ++
tests/python/contrib/test_ethosn/test_resize.py | 134 ++++++++++++++++++++++
6 files changed, 237 insertions(+)
create mode 100644 tests/python/contrib/test_ethosn/test_resize.py