You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by pa...@apache.org on 2020/04/09 01:51:38 UTC

[incubator-mxnet] branch master updated (d1616c9 -> 664889a)

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 d1616c9  [numpy] FFI binary bitwise ops  (#17812)
     add 664889a  [MKL-DNN] Integrate Conv3d and Pool3d/1d (#17884)

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           | 270 +++++++++++----------
 src/operator/nn/pooling.cc                         |   6 +-
 .../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 +-
 tests/python/mkl/test_mkldnn.py                    |  11 +-
 tests/python/quantization/test_quantization.py     |  54 +++--
 15 files changed, 492 insertions(+), 279 deletions(-)