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 c98626cbfa [USMP] HillClimb stability patch (#10547)
add 95f578912f [Topi] [Hexagon] Conv2d slice op initial version (#11489)
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/conv2d.py | 242 +++++++++++++++
python/tvm/topi/hexagon/utils.py | 14 +
.../contrib/test_hexagon/topi/test_conv2d_slice.py | 339 +++++++++++++++++++++
4 files changed, 596 insertions(+)
create mode 100644 python/tvm/topi/hexagon/slice_ops/conv2d.py
create mode 100755 tests/python/contrib/test_hexagon/topi/test_conv2d_slice.py