You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by re...@apache.org on 2019/05/21 18:41:47 UTC

[incubator-mxnet] branch master updated (aa55e3d -> 5854b98)

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

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


    from aa55e3d  Fixes lint issue in AMP (#15015)
     add 5854b98  Fix infer shape partial after unknown shape changed to -1 (#14869)

No new revisions were added by this update.

Summary of changes:
 src/operator/instance_norm-inl.h                   |  2 +-
 src/operator/l2_normalization-inl.h                | 12 +--
 src/operator/l2_normalization.cc                   |  4 +-
 src/operator/nn/mkldnn/mkldnn_convolution.cc       | 36 ++++----
 src/operator/nn/mkldnn/mkldnn_deconvolution.cc     | 18 ++--
 src/operator/nn/pooling.cc                         |  4 +-
 src/operator/pooling_v1-inl.h                      |  4 +-
 src/operator/tensor/broadcast_reduce_op.h          |  8 +-
 src/operator/tensor/control_flow_op.h              |  1 +
 src/operator/tensor/dot-inl.h                      | 15 +++-
 src/operator/tensor/elemwise_binary_broadcast_op.h |  4 +-
 src/operator/tensor/indexing_op.h                  |  4 +-
 src/operator/tensor/matrix_op-inl.h                |  2 +-
 tests/python/unittest/test_infer_shape.py          | 95 ++++++++++++++++++++--
 14 files changed, 149 insertions(+), 60 deletions(-)