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 2019/12/26 10:54:05 UTC

[incubator-mxnet] branch master updated (d26dd15 -> cf81887)

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 d26dd15  [numpy] add op round (#17175)
     add cf81887  Quantized Elemwise Mul Operator (#17147)

No new revisions were added by this update.

Summary of changes:
 ...wise_add-inl.h => quantized_elemwise_mul-inl.h} |  34 +--
 .../quantization/quantized_elemwise_mul.cc         | 267 +++++++++++++++++++++
 ...=> mkldnn_elemwisemul_post_quantize_property.h} |  64 ++---
 .../subgraph/mkldnn/mkldnn_subgraph_property.cc    |   2 +
 tests/python/quantization/test_quantization.py     |  62 ++++-
 5 files changed, 382 insertions(+), 47 deletions(-)
 copy src/operator/quantization/{quantized_elemwise_add-inl.h => quantized_elemwise_mul-inl.h} (63%)
 create mode 100644 src/operator/quantization/quantized_elemwise_mul.cc
 copy src/operator/subgraph/mkldnn/{mkldnn_fc_post_quantize_property.h => mkldnn_elemwisemul_post_quantize_property.h} (72%)