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/09/12 09:40:26 UTC

[tvm] branch last-successful updated (2eed663643 -> 286fadecb8)

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 2eed663643 [TOPI][Hexagon] Implement quantized elementwise for hexagon (#12606)
     add 76f91b42b9 [ETHOSN] Update driver stack version to 22.08 (#12650)
     add 286fadecb8 [TF] Add Bincount support (#12751)

No new revisions were added by this update.

Summary of changes:
 .../install/ubuntu_install_ethosn_driver_stack.sh  |  2 +-
 python/tvm/relay/frontend/tensorflow_ops.py        | 41 ++++++++++++++-
 python/tvm/relay/op/contrib/ethosn.py              |  8 +--
 tests/python/contrib/test_ethosn/test_networks.py  | 33 +++++++++---
 tests/python/contrib/test_ethosn/test_resize.py    |  9 ----
 tests/python/contrib/test_ethosn/test_split.py     | 15 +++++-
 .../python/contrib/test_ethosn/test_topologies.py  | 18 ++++---
 tests/python/frontend/tensorflow/test_forward.py   | 35 +++++++++++++
 .../frontend/tensorflow2/test_functional_models.py | 60 ++++++++++++++++++++++
 9 files changed, 192 insertions(+), 29 deletions(-)