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 2020/01/03 12:23:22 UTC

[incubator-tvm] branch master updated (518c3fd -> 2440c9c)

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 518c3fd  [REFACTOR] Remove old Low-level Visitor/Mutator (#4612)
     add 2440c9c  [Quantization] Make calibration faster and more memory usage friendly (#4589)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/quantize/_calibrate.py       |  85 ++++++++++--------
 python/tvm/relay/quantize/kl_divergence.py    | 100 +++------------------
 python/tvm/relay/quantize/quantize.py         |   3 +-
 src/relay/pass/quantize/calibrate.cc          | 122 ++++++++++++++++++++++++++
 src/relay/pass/quantize/quantize.h            |   2 +
 tests/python/relay/test_pass_auto_quantize.py |  11 +++
 6 files changed, 199 insertions(+), 124 deletions(-)