You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/04/24 09:23:36 UTC

[tvm] branch last-successful updated (bce57586bd -> 822d863770)

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 bce57586bd Add oneflow fronted tutorials (#11036)
     add 822d863770 [Hexagon] Add mobilenet test (#11104)

No new revisions were added by this update.

Summary of changes:
 python/tvm/contrib/hexagon/build.py                | 29 ++++++++
 python/tvm/relay/op/strategy/hexagon.py            | 75 ++++++++++++-------
 python/tvm/topi/hexagon/conv2d.py                  |  8 ++
 python/tvm/topi/hexagon/injective.py               |  8 ++
 tests/python/contrib/test_hexagon/test_launcher.py | 13 ----
 tests/python/contrib/test_hexagon/test_models.py   | 85 ++++++++++++++++++++++
 6 files changed, 178 insertions(+), 40 deletions(-)
 create mode 100644 tests/python/contrib/test_hexagon/test_models.py