This is an automated email from the ASF dual-hosted git repository.
lunderberg pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
from ae015d9ea2 [microTVM] Make Arduino API server obey timeout (#12074)
add a1f27e57f6 [Hexagon] Slice op relu (#11449)
No new revisions were added by this update.
Summary of changes:
python/tvm/topi/hexagon/slice_ops/__init__.py | 1 +
python/tvm/topi/hexagon/slice_ops/relu.py | 65 +++++++++++
.../contrib/test_hexagon/topi/test_relu_slice.py | 123 +++++++++++++++++++++
3 files changed, 189 insertions(+)
create mode 100644 python/tvm/topi/hexagon/slice_ops/relu.py
create mode 100644 tests/python/contrib/test_hexagon/topi/test_relu_slice.py