You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by lu...@apache.org on 2023/01/09 21:25:06 UTC

[tvm] branch main updated (5db453e18a -> 6b65a590df)

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

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


    from 5db453e18a [HotFix][docs] Use correct Colab button URL (#13725)
     add 6b65a590df [microNPU] Add support for TFLite PAD (#13732)

No new revisions were added by this update.

Summary of changes:
 .../tvm/relay/backend/contrib/ethosu/legalize.py   | 57 +++++++++++++++
 python/tvm/relay/backend/contrib/ethosu/util.py    | 10 +++
 python/tvm/relay/op/contrib/ethosu.py              | 85 ++++++++++++++++++++++
 tests/python/contrib/test_ethosu/test_codegen.py   | 23 ++++++
 4 files changed, 175 insertions(+)