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 7874bf806e [MetaSchedule] Support ApplyHistoryBest Direct Dispatch
(#12016)
add c76d8e2bdb [TOPI] [Hexagon] Reshape slice op (#11983)
No new revisions were added by this update.
Summary of changes:
python/tvm/topi/hexagon/slice_ops/__init__.py | 1 +
.../slice_ops/{batch_flatten.py => reshape.py} | 87 +++++++----
.../test_hexagon/topi/test_batch_flatten.py | 101 -------------
.../contrib/test_hexagon/topi/test_reshape.py | 168 +++++++++++++++++++++
4 files changed, 228 insertions(+), 129 deletions(-)
mode change 100755 => 100644 python/tvm/topi/hexagon/slice_ops/__init__.py
copy python/tvm/topi/hexagon/slice_ops/{batch_flatten.py => reshape.py} (51%)
delete mode 100644 tests/python/contrib/test_hexagon/topi/test_batch_flatten.py
create mode 100644 tests/python/contrib/test_hexagon/topi/test_reshape.py