You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by di...@apache.org on 2020/01/15 23:21:42 UTC

[incubator-mxnet] branch master updated (be9e17e -> bd67723)

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

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


    from be9e17e  Fixes #17304 Flaky Test -> test_higher_order_grad.test_tanh (#17321)
     add bd67723  Fix operators lying about their number of inputs (#17049)

No new revisions were added by this update.

Summary of changes:
 src/operator/contrib/bilinear_resize-inl.h         |  9 ----
 src/operator/contrib/bilinear_resize.cc            |  2 +-
 src/operator/contrib/bounding_box.cc               |  2 +-
 src/operator/contrib/roi_align.cc                  |  1 +
 src/operator/custom/custom.cc                      |  2 +-
 src/operator/image/image_random.cc                 |  2 +-
 src/operator/leaky_relu.cc                         | 13 ++++++
 src/operator/nn/batch_norm.cc                      |  1 +
 src/operator/nn/concat.cc                          |  8 ++++
 src/operator/nn/convolution.cc                     |  4 ++
 src/operator/nn/ctc_loss.cc                        |  2 +-
 src/operator/nn/deconvolution.cc                   |  4 ++
 src/operator/nn/lrn.cc                             |  1 +
 src/operator/nn/pooling.cc                         |  5 +++
 src/operator/nn/softmax_activation.cc              |  1 +
 src/operator/nn/upsampling.cc                      |  8 ++++
 src/operator/numpy/np_broadcast_reduce_op_value.cc |  2 +-
 src/operator/operator_common.h                     | 52 +++++++++++++++-------
 src/operator/rnn.cc                                | 14 ++++++
 src/operator/softmax_output.cc                     |  1 +
 src/operator/tensor/broadcast_reduce_norm_value.cc |  1 +
 21 files changed, 105 insertions(+), 30 deletions(-)