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/08/24 16:03:41 UTC

[tvm] branch last-successful updated (6e79f64108 -> a0fe74b3c3)

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 6e79f64108 [CI] Set test python.contrib.test_onnx.test_resize as xfail (#12568)
     add a0fe74b3c3 [ETHOSN] Support multiply conversion to depthwise (#12403)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/op/contrib/_ethosn.py             |   1 +
 python/tvm/relay/op/contrib/ethosn.py              |  80 +++++++--
 .../backend/contrib/ethosn/convert_equivalent.cc   | 144 +++++++++++++++
 src/relay/op/make_op.h                             |   2 +
 src/relay/qnn/utils.h                              |   4 +
 src/relay/transforms/pattern_utils.h               |  34 ++++
 .../test_ethosn/test_convert_equivalents.py        | 142 +++++++++++++++
 tests/python/contrib/test_ethosn/test_multiply.py  | 193 +++++++++++++++++++++
 8 files changed, 582 insertions(+), 18 deletions(-)
 create mode 100644 src/relay/backend/contrib/ethosn/convert_equivalent.cc
 create mode 100644 tests/python/contrib/test_ethosn/test_convert_equivalents.py
 create mode 100644 tests/python/contrib/test_ethosn/test_multiply.py