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/09/15 16:13:39 UTC

[incubator-mxnet] branch master updated (f803641b53 -> bd6405b787)

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 f803641b53 [DOC] Add custom strategy script to quantization with INC example (#21134)
     add bd6405b787 Add quantized batch norm operator fused with ReLU (#21137)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/amp/lists/symbol_bf16.py              |  1 +
 python/mxnet/amp/lists/symbol_fp16.py              |  1 +
 .../quantization/dnnl/dnnl_quantized_batch_norm.cc | 23 +++++++++++--
 ..._batch_norm.cc => quantized_batch_norm_relu.cc} | 39 +++++++++++-----------
 .../subgraph/dnnl/dnnl_subgraph_property.cc        |  1 +
 5 files changed, 42 insertions(+), 23 deletions(-)
 copy src/operator/quantization/{quantized_batch_norm.cc => quantized_batch_norm_relu.cc} (84%)