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 2022/08/23 09:00:42 UTC

[tvm] branch main updated (383bd41931 -> 52779f1273)

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 383bd41931 Fix TFLite 2.9 tests (#12130)
     add 52779f1273 [CMSIS-NN] Pad fusion with QNN Conv2D (#12353)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/op/contrib/cmsisnn.py             |  50 ++-
 src/relay/backend/contrib/cmsisnn/fuse_pads.cc     | 209 +++++++++++++
 tests/python/contrib/test_cmsisnn/test_conv2d.py   | 277 +++++++++++++++--
 .../python/contrib/test_cmsisnn/test_fuse_pads.py  | 340 +++++++++++++++++++++
 tests/python/contrib/test_cmsisnn/utils.py         |  45 ++-
 5 files changed, 886 insertions(+), 35 deletions(-)
 create mode 100644 src/relay/backend/contrib/cmsisnn/fuse_pads.cc
 create mode 100644 tests/python/contrib/test_cmsisnn/test_fuse_pads.py