You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by wu...@apache.org on 2019/12/12 22:52:16 UTC

[incubator-tvm] branch master updated (123a407 -> 48a5aa0)

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

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


    from 123a407  [Hybrid][Fix] Fix hybrid script to support array of tensors (#4494)
     add 48a5aa0  [Quantization] Fix annotation for multiply op (#4458)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/quantize/_annotate.py        |  6 ++--
 src/relay/pass/quantize/realize.cc            |  7 ++--
 tests/python/relay/test_pass_auto_quantize.py | 49 +++++++++++++++++++++++++++
 3 files changed, 56 insertions(+), 6 deletions(-)
 create mode 100644 tests/python/relay/test_pass_auto_quantize.py