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 2020/11/06 00:21:09 UTC

[incubator-tvm] branch main updated (9ea4bf5 -> b31f4ae)

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/incubator-tvm.git.


    from 9ea4bf5  [Relay][Frontend][Onnx] If Operator Support (#6730)
     add b31f4ae  [QNN] Dynamic scale, zero point in qnn.op.dequantize (#6849)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/qnn/op/qnn.py               |  7 +++++++
 src/relay/qnn/op/dequantize.cc               | 23 +++++++++++------------
 tests/python/relay/test_op_qnn_dequantize.py | 28 ++++++++++++++++++++++++++++
 tests/python/relay/test_op_qnn_quantize.py   | 28 ++++++++++++++++++++++++++++
 4 files changed, 74 insertions(+), 12 deletions(-)