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

taolv pushed a change to branch v1.7.x
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.


    from 814530d  Cherry-pick of #17995 and #17937 to 1.x branch (#18041)
     add 4cf2ad3  [v1.x] Backport #17689 and #17884 to v1.x branch (#18064)

No new revisions were added by this update.

Summary of changes:
 src/operator/nn/mkldnn/mkldnn_act.cc               |   8 +-
 src/operator/nn/mkldnn/mkldnn_base-inl.h           |  41 ++--
 src/operator/nn/mkldnn/mkldnn_base.cc              |  47 ++--
 src/operator/nn/mkldnn/mkldnn_convolution.cc       |  60 ++++-
 src/operator/nn/mkldnn/mkldnn_pooling-inl.h        |  59 +++--
 src/operator/nn/mkldnn/mkldnn_pooling.cc           | 254 ++++++++++++---------
 src/operator/nn/pooling.cc                         |   6 +-
 .../quantization/mkldnn/mkldnn_quantized_act.cc    |   2 +-
 .../mkldnn/mkldnn_quantized_pooling.cc             |   4 +-
 src/operator/quantization/quantized_conv.cc        |  97 ++++++--
 src/operator/quantization/quantized_pooling.cc     | 100 +++++---
 src/operator/subgraph/mkldnn/mkldnn_conv.cc        |   9 +-
 .../subgraph/mkldnn/mkldnn_conv_property.h         |   3 +-
 .../subgraph/mkldnn/mkldnn_subgraph_base-inl.h     |   2 +-
 src/operator/tensor/matrix_op.cc                   |   2 +-
 tests/cpp/operator/mkldnn_operator_test.cc         |   4 +-
 tests/python/mkl/test_mkldnn.py                    |  11 +-
 tests/python/quantization/test_quantization.py     |  54 +++--
 18 files changed, 493 insertions(+), 270 deletions(-)

Reply via email to