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/06/19 06:45:53 UTC

[incubator-mxnet] branch numpy updated (96520cb -> 3409578)

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

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


    from 96520cb  [numpy] Fix d2l chapter 5 (#15264)
     add 3409578  Numpy compatible max (#15161)

No new revisions were added by this update.

Summary of changes:
 src/operator/numpy/np_broadcast_reduce_op.h        | 92 ++++++++++++++++++++++
 src/operator/numpy/np_broadcast_reduce_op_value.cc | 39 +++++++++
 src/operator/numpy/np_broadcast_reduce_op_value.cu |  5 ++
 tests/python/unittest/test_numpy_op.py             | 92 +++++++++++++++++++++-
 4 files changed, 227 insertions(+), 1 deletion(-)