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 2021/11/25 08:08:03 UTC

[tvm] branch main updated (c3f5271 -> 0a4cc89)

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 c3f5271  [microNPU] Change weights and command stream section (#9523)
     add 0a4cc89  [microNPU] Support binary elementwise with non-4D inputs (#9521)

No new revisions were added by this update.

Summary of changes:
 .../tvm/relay/backend/contrib/ethosu/legalize.py   | 69 +++++++++++++++++--
 python/tvm/relay/op/contrib/ethosu.py              | 18 +++--
 tests/python/contrib/test_ethosu/test_codegen.py   | 79 ++++++++++++++++++++++
 tests/python/contrib/test_ethosu/test_legalize.py  | 21 +++++-
 4 files changed, 173 insertions(+), 14 deletions(-)