You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by mo...@apache.org on 2020/01/07 22:07:53 UTC

[incubator-tvm] branch master updated (eecd8ca -> 76efece)

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

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


    from eecd8ca  Resolve constexpr related link error in debug mode (#4641)
     add 76efece  [QNN] Channel wise quantization - Quantize & Requantize (#4629)

No new revisions were added by this update.

Summary of changes:
 include/tvm/relay/qnn/attrs.h                | 10 ++++
 python/tvm/relay/qnn/op/qnn.py               |  9 +++
 src/relay/pass/pattern_util.h                | 48 ++++++++++++++-
 src/relay/qnn/op/quantize.cc                 | 50 +++++++++++++---
 src/relay/qnn/op/requantize.cc               | 57 +++++++++++++-----
 src/relay/qnn/util.cc                        | 88 +++++++++++++++++++++++++++-
 src/relay/qnn/util.h                         | 67 ++++++++++++++++++++-
 tests/python/relay/test_op_qnn_quantize.py   | 49 ++++++++++++----
 tests/python/relay/test_op_qnn_requantize.py | 79 ++++++++++++++++++++++++-
 9 files changed, 413 insertions(+), 44 deletions(-)