You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by zi...@apache.org on 2020/10/29 21:15:10 UTC

[incubator-tvm] branch main updated (b0afc74 -> 380e2e9)

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

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


    from b0afc74  fix a bug in convertSSA. (#6785)
     add 380e2e9  [QNN] Optimize requantize for power of 2 and fix dequantize for per-channel quantized input (#6675)

No new revisions were added by this update.

Summary of changes:
 src/relay/qnn/op/dequantize.cc               |  4 +-
 src/target/intrin_rule.cc                    | 93 ++++++++++++++++++----------
 tests/python/relay/test_op_qnn_dequantize.py | 18 ++++++
 tests/python/relay/test_op_qnn_requantize.py | 43 +++++++++++++
 4 files changed, 125 insertions(+), 33 deletions(-)