You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ma...@apache.org on 2022/01/31 11:39:08 UTC

[tvm] branch main updated (3b20c21 -> 3de25b8)

This is an automated email from the ASF dual-hosted git repository.

manupa pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.


    from 3b20c21  [microTVM] Include standalone_crt dependencies in MLF (#10095)
     add 3de25b8  [ETHOSN] Per-tensor support for int8 operations (#10018)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/op/contrib/ethosn.py              |   3 -
 src/relay/backend/contrib/ethosn/codegen.cc        |  89 ++++++++-----
 src/relay/backend/contrib/ethosn/ethosn_api.cc     | 127 +++++++++++++------
 src/relay/backend/contrib/ethosn/ethosn_api.h      |  10 +-
 tests/python/contrib/test_ethosn/infrastructure.py |  34 ++---
 tests/python/contrib/test_ethosn/test_addition.py  |  30 +++--
 .../python/contrib/test_ethosn/test_concatenate.py |  19 +--
 .../test_ethosn/test_constant_duplication.py       |   1 +
 tests/python/contrib/test_ethosn/test_conv2d.py    | 130 ++++++++++---------
 .../contrib/test_ethosn/test_depth_to_space.py     |  25 +++-
 .../contrib/test_ethosn/test_fullyconnected.py     |  30 ++++-
 tests/python/contrib/test_ethosn/test_networks.py  |  24 ++++
 tests/python/contrib/test_ethosn/test_pooling.py   |  21 ++--
 tests/python/contrib/test_ethosn/test_relu.py      |  47 ++++---
 tests/python/contrib/test_ethosn/test_reshape.py   |  21 +++-
 tests/python/contrib/test_ethosn/test_sigmoid.py   |  48 ++++----
 tests/python/contrib/test_ethosn/test_split.py     |  20 ++-
 .../python/contrib/test_ethosn/test_topologies.py  | 137 ++++++++++++++-------
 18 files changed, 529 insertions(+), 287 deletions(-)