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 af52eba [PERF] Parallelize reduction for CPU (#4158)
add 500ff05 [Relay][Quantize] Integrate data-aware calibration into
quantization (#4295)
No new revisions were added by this update.
Summary of changes:
python/tvm/relay/quantize/__init__.py | 1 -
python/tvm/relay/quantize/_annotate.py | 1 +
python/tvm/relay/quantize/_calibrate.py | 184 +++++++++++++++++++++++++++++
python/tvm/relay/quantize/kl_divergence.py | 4 +-
python/tvm/relay/quantize/quantize.py | 151 ++++-------------------
src/relay/pass/quantize/calibrate.cc | 6 +-
src/relay/pass/quantize/quantize.cc | 2 +
src/relay/pass/quantize/quantize.h | 4 +
8 files changed, 222 insertions(+), 131 deletions(-)
create mode 100644 python/tvm/relay/quantize/_calibrate.py