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/11/03 22:23:24 UTC

[tvm] branch last-successful updated (75921fb559 -> 0d553127e5)

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


    omit 75921fb559 [ETHOSN] Inline non-compute-intensive partitions (#13092)

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/last-successful (0d553127e5)
            \
             O -- O -- O   (75921fb559)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/op/contrib/ethosn.py              |  55 ++-----
 src/relay/backend/contrib/ethosn/codegen_ethosn.h  |  17 ---
 .../backend/contrib/ethosn/inline_partitions.cc    | 126 ----------------
 tests/python/contrib/test_ethosn/infrastructure.py |  28 +---
 tests/python/contrib/test_ethosn/test_addition.py  |   4 +-
 .../python/contrib/test_ethosn/test_concatenate.py |   2 +-
 .../contrib/test_ethosn/test_depth_to_space.py     |   2 +-
 .../contrib/test_ethosn/test_inline_partitions.py  | 167 ---------------------
 .../python/contrib/test_ethosn/test_leaky_relu.py  |   2 +-
 tests/python/contrib/test_ethosn/test_multiply.py  |   4 +-
 tests/python/contrib/test_ethosn/test_networks.py  |   5 +-
 tests/python/contrib/test_ethosn/test_relu.py      |   2 +-
 .../python/contrib/test_ethosn/test_requantize.py  |   4 +-
 tests/python/contrib/test_ethosn/test_reshape.py   |   6 +-
 tests/python/contrib/test_ethosn/test_split.py     |   4 +-
 tests/python/contrib/test_ethosn/test_tanh.py      |   2 +-
 .../python/contrib/test_ethosn/test_topologies.py  |  61 +++-----
 17 files changed, 52 insertions(+), 439 deletions(-)
 delete mode 100644 src/relay/backend/contrib/ethosn/inline_partitions.cc
 delete mode 100644 tests/python/contrib/test_ethosn/test_inline_partitions.py