This is an automated email from the ASF dual-hosted git repository.
kparzysz pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 80a0c6c53d [microNPU] Fix offloading incompatible average pool (#11469)
add 915c23b61b [TOPI] [Hexagon] Batch flatten slice op initial version
(#11522)
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/batch_flatten.py | 77 ++++++++++++++++
python/tvm/topi/hexagon/utils.py | 14 +++
.../python/contrib/test_hexagon/infrastructure.py | 6 ++
.../test_hexagon/topi/test_batch_flatten.py | 101 +++++++++++++++++++++
5 files changed, 199 insertions(+)
create mode 100644 python/tvm/topi/hexagon/slice_ops/batch_flatten.py
create mode 100644 tests/python/contrib/test_hexagon/topi/test_batch_flatten.py