This is an automated email from the ASF dual-hosted git repository.
manupa pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from 70f223b [CodeGen][CUDA] use hrint for cuda half rounding (#10460)
add 9415bea [ETHOSN] Implement tanh operator (#10486)
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 | 28 ++++++++
src/relay/backend/contrib/ethosn/codegen_ethosn.h | 1 +
src/relay/backend/contrib/ethosn/ethosn_api.cc | 28 ++++++++
src/relay/backend/contrib/ethosn/ethosn_api.h | 6 ++
tests/python/contrib/test_ethosn/test_tanh.py | 80 +++++++++++++++++++++++
6 files changed, 157 insertions(+)
create mode 100644 tests/python/contrib/test_ethosn/test_tanh.py