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 2022/05/13 19:30:34 UTC

[tvm] branch main updated (2eb742d6da -> d871bbd96f)

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

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


    from 2eb742d6da [profiler] Skip i386 skip condition (#11280)
     add d871bbd96f [QNN] Enable constant folding for QNN operations. (#11228)

No new revisions were added by this update.

Summary of changes:
 include/tvm/relay/transform.h                 |  10 +-
 python/tvm/relay/transform/transform.py       |  21 ++-
 src/relay/backend/interpreter.cc              |   3 +-
 src/relay/transforms/fold_constant.cc         |  27 ++--
 tests/python/relay/test_pass_fold_constant.py | 183 ++++++++++++++++++++++++++
 5 files changed, 229 insertions(+), 15 deletions(-)