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/02/09 12:14:58 UTC

[tvm] branch main updated (345dc37 -> 9282367)

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 345dc37  [ETHOSN] Add support for mean on Ethos-N78 (#10130)
     add 9282367  [microNPU] Add support for pack and unpack (#9960)

No new revisions were added by this update.

Summary of changes:
 .../tvm/relay/backend/contrib/ethosu/legalize.py   |  66 ++++
 python/tvm/relay/op/contrib/ethosu.py              |  84 ++++-
 tests/python/contrib/test_ethosu/test_codegen.py   |  56 ++++
 tests/python/contrib/test_ethosu/test_legalize.py  | 357 +++++++++++++++++++++
 4 files changed, 557 insertions(+), 6 deletions(-)