This is an automated email from the ASF dual-hosted git repository.
patriczhao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
from d225074 fix naive engine for multi-threaded inference (#15574)
add 0b5526b [Quantization]support exclude operators while quantization
(#15910)
No new revisions were added by this update.
Summary of changes:
docs/tutorials/mkldnn/mkldnn_quantization.md | 8 +-
example/quantization/imagenet_gen_qsym.py | 13 +--
include/mxnet/c_api.h | 14 ++-
python/mxnet/contrib/quantization.py | 130 ++++++++++-------------
src/c_api/c_api_symbolic.cc | 12 ++-
src/operator/quantization/quantize_graph_pass.cc | 68 ++++++++----
tests/python/mkl/test_subgraph.py | 5 +-
tests/python/quantization/test_quantization.py | 20 +++-
8 files changed, 152 insertions(+), 118 deletions(-)