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 de8fdec3 [cleanup] Remove task_sphinx_precheck.sh (#10196)
add 345dc37 [ETHOSN] Add support for mean on Ethos-N78 (#10130)
No new revisions were added by this update.
Summary of changes:
python/tvm/relay/op/contrib/ethosn.py | 16 +++++++
src/relay/backend/contrib/ethosn/codegen.cc | 32 +++++++++++++
src/relay/backend/contrib/ethosn/codegen_ethosn.h | 1 +
src/relay/backend/contrib/ethosn/ethosn_api.cc | 20 ++++++++
src/relay/backend/contrib/ethosn/ethosn_api.h | 6 +++
tests/python/contrib/test_ethosn/test_mean.py | 57 +++++++++++++++++++++++
6 files changed, 132 insertions(+)
create mode 100644 tests/python/contrib/test_ethosn/test_mean.py