You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by mb...@apache.org on 2022/08/04 20:07:34 UTC

[tvm] branch main updated (2866f315f9 -> 5d0367a137)

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

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


    from 2866f315f9 [FQ2I] Add attrs to adaptive_avg_pool1d (#12290)
     add 5d0367a137 [QNN] Add qnn op for abs to fix wrong scale on quantize (#12287)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/qnn/op/__init__.py                |  3 +-
 python/tvm/relay/qnn/op/legalizations.py           |  3 ++
 python/tvm/relay/qnn/op/qnn.py                     | 38 ++++++++++++++++++++++
 .../transform/fake_quantization_to_integer.py      | 27 ++++-----------
 src/relay/qnn/op/unary_elementwise_op.cc           |  3 ++
 src/relay/transforms/pattern_utils.h               |  5 +++
 6 files changed, 58 insertions(+), 21 deletions(-)