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

[incubator-tvm] branch master updated (4b2c0a4 -> b95ac1f)

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

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


    from 4b2c0a4  [DOCS] Cleanup docs build instructions. (#6094)
     add b95ac1f  MXNet pre-quantized BERT (#6039)

No new revisions were added by this update.

Summary of changes:
 include/tvm/relay/qnn/attrs.h                |  13 +++
 python/tvm/relay/frontend/mxnet.py           | 165 +++++++++++++++++++++------
 python/tvm/relay/frontend/nnvm_common.py     |  52 ++++++++-
 python/tvm/relay/qnn/op/qnn.py               |   8 +-
 src/relay/qnn/op/dequantize.cc               |  55 +++++++--
 tests/python/frontend/mxnet/test_forward.py  |  38 ++++++
 tests/python/relay/test_op_qnn_dequantize.py |  30 +++--
 7 files changed, 307 insertions(+), 54 deletions(-)