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/10/29 04:53:22 UTC

[incubator-tvm] branch main updated (8e6481e -> 0c7aae3)

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 8e6481e  [FIX][AUTOTVM] Make autotvm work with spawn (#6790)
     add 0c7aae3  [Torch, QNN] Support dynamic quantization flow to enable importing quantized transformer models (#6782)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/frontend/pytorch.py      |  5 +-
 python/tvm/relay/frontend/qnn_torch.py    | 81 ++++++++++++++++++++++++++++---
 src/relay/qnn/op/dense.cc                 | 35 ++++++++++---
 src/relay/qnn/op/quantize.cc              | 23 +++++----
 src/relay/qnn/utils.h                     | 12 +++++
 tests/python/frontend/pytorch/qnn_test.py | 55 +++++++++++++++++----
 6 files changed, 172 insertions(+), 39 deletions(-)