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/07/21 18:25:56 UTC

[tvm] branch last-successful updated (f00f461b75 -> 4fc79b5594)

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 f00f461b75 [CMSIS-NN] Support for passing cpu flags to Arm(R) Corstone(TM)-300 software (#12132)
     add 4fc79b5594 [ETHOSN] Supply output tensor to issupported checks (#11944)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/op/contrib/ethosn.py              |  44 ++----
 src/relay/backend/contrib/ethosn/codegen.cc        |  55 ++++---
 src/relay/backend/contrib/ethosn/ethosn_api.cc     | 165 +++++++++++++++++----
 src/relay/backend/contrib/ethosn/ethosn_api.h      |  26 +++-
 .../python/contrib/test_ethosn/test_concatenate.py |   2 +-
 tests/python/contrib/test_ethosn/test_mean.py      |  18 ++-
 tests/python/contrib/test_ethosn/test_networks.py  |   4 +-
 7 files changed, 217 insertions(+), 97 deletions(-)