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/12/10 16:39:25 UTC

[tvm] branch main updated (510f7c6 -> bedc772)

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 510f7c6  Don't requantize if bias or quantize scales are approximately equal (#9676)
     add bedc772  [microNPU] Add support for SPLIT and SPLIT_V (#9621)

No new revisions were added by this update.

Summary of changes:
 .../tvm/relay/backend/contrib/ethosu/legalize.py   |  20 +++
 python/tvm/relay/op/contrib/ethosu.py              |  43 ++++++
 tests/python/contrib/test_ethosu/test_codegen.py   |  22 +++
 tests/python/contrib/test_ethosu/test_legalize.py  | 158 +++++++++++++++++++++
 4 files changed, 243 insertions(+)