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 9a673faa74 [ci] Initialize git during deploys (#12909)
add 332b1469b7 [Hexagon] depth_to_space slice op (#12669)
No new revisions were added by this update.
Summary of changes:
python/tvm/topi/hexagon/slice_ops/__init__.py | 1 +
.../tvm/topi/hexagon/slice_ops/depth_to_space.py | 43 +++++++
.../test_hexagon/topi/test_depth_to_space.py | 136 +++++++++++++++++++++
3 files changed, 180 insertions(+)
create mode 100644 python/tvm/topi/hexagon/slice_ops/depth_to_space.py
create mode 100644
tests/python/contrib/test_hexagon/topi/test_depth_to_space.py