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/07/19 10:25:15 UTC

[tvm] branch last-successful updated (6bad21e9fe -> 94d01d3565)

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 6bad21e9fe [Texture] Add 2d memory support into static memory planner (#11876)
     add 94d01d3565 [microNPU] Add support for hard swish (#12120)

No new revisions were added by this update.

Summary of changes:
 .../tvm/relay/backend/contrib/ethosu/legalize.py   | 78 ++++++++++++++++++++++
 python/tvm/relay/op/contrib/ethosu.py              | 53 +++++++++++++++
 tests/python/contrib/test_ethosu/test_codegen.py   | 15 +++++
 tests/python/contrib/test_ethosu/test_legalize.py  | 55 +++++++++++++++
 4 files changed, 201 insertions(+)