This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 522c8cc955 typo fix (#11958)
add e7851ed763 fix print attr of null node (#11959)
add 80a0c6c53d [microNPU] Fix offloading incompatible average pool (#11469)
add 915c23b61b [TOPI] [Hexagon] Batch flatten slice op initial version
(#11522)
add 3425ed8463 [VM] class Executable does not export symbols to dll
(#11963)
No new revisions were added by this update.
Summary of changes:
include/tvm/runtime/vm/executable.h | 2 +-
python/tvm/relay/op/contrib/ethosu.py | 10 +-
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 +++
src/printer/tvmscript_printer.cc | 72 ++++++++-------
.../python/contrib/test_hexagon/infrastructure.py | 6 ++
.../test_hexagon/topi/test_batch_flatten.py | 101 +++++++++++++++++++++
8 files changed, 246 insertions(+), 37 deletions(-)
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