You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by bg...@apache.org on 2022/02/14 13:49:02 UTC

[incubator-mxnet] branch master updated (ff4c14f -> f4c4952)

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

bgawrych pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.


    from ff4c14f  [DOC] Large tensors documentation update (#20860)
     add f4c4952  [FEATURE] Fuse dequantize with convolution (#20816)

No new revisions were added by this update.

Summary of changes:
 CONTRIBUTORS.md                                    |  1 +
 src/operator/nn/dnnl/dnnl_convolution-inl.h        |  4 +
 src/operator/subgraph/dnnl/dnnl_conv.cc            | 99 ++++++++++++----------
 .../subgraph/dnnl/dnnl_post_quantize_property.h    | 28 +++---
 tests/python/dnnl/subgraphs/subgraph_common.py     |  3 +-
 tests/python/dnnl/subgraphs/test_conv_subgraph.py  | 39 +++++++++
 6 files changed, 115 insertions(+), 59 deletions(-)