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/10/20 04:05:09 UTC

[incubator-mxnet] branch master updated (c1d02ce -> cdfaf39)

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 c1d02ce  setup and concatenate, copy, expand_dims, expm1 (#16493)
     add cdfaf39  add sum for boolean type in mainline (#16436)

No new revisions were added by this update.

Summary of changes:
 3rdparty/mshadow/mshadow/base.h             | 10 ++++++++++
 src/operator/mxnet_op.h                     | 22 ++++++++++++++++------
 src/operator/numpy/np_broadcast_reduce_op.h |  4 +++-
 src/operator/tensor/broadcast_reduce_op.h   |  2 +-
 tests/python/unittest/test_numpy_op.py      | 13 ++++++++-----
 5 files changed, 38 insertions(+), 13 deletions(-)