This is an automated email from the ASF dual-hosted git repository.
moreau pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from 06a0d63 Sanitize names of input tensors in interface header (#8720)
add 318e3fe [Hexagon] Add trivial conv2d operator to Hexagon relay
strategy (#8915)
No new revisions were added by this update.
Summary of changes:
python/tvm/relay/op/strategy/__init__.py | 1 +
python/tvm/relay/op/strategy/hexagon.py | 44 ++++++++++++++++++++++
python/tvm/topi/__init__.py | 1 +
.../{relay/op/random => topi/hexagon}/__init__.py | 8 ++--
.../tvm/{micro/base.py => topi/hexagon/conv2d.py} | 10 +++--
5 files changed, 58 insertions(+), 6 deletions(-)
create mode 100644 python/tvm/relay/op/strategy/hexagon.py
copy python/tvm/{relay/op/random => topi/hexagon}/__init__.py (91%)
copy python/tvm/{micro/base.py => topi/hexagon/conv2d.py} (82%)