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/31 04:02:58 UTC

[incubator-mxnet] branch master updated (77e8f51 -> a6a9706)

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 77e8f51  fix cuDNN RNN dtype_with_fallback_ bug (#16671)
     add a6a9706  Miscellaneous fix for several numpy issues (#16664)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/numpy/multiarray.py                   | 21 +++++++++-------
 src/ndarray/ndarray_function.cu                    |  2 +-
 src/operator/mxnet_op.h                            |  2 +-
 src/operator/numpy/np_cumsum-inl.h                 |  4 ++--
 src/operator/numpy/np_cumsum.cc                    |  3 +++
 src/operator/numpy/np_init_op.h                    |  2 +-
 src/operator/tensor/elemwise_unary_op.h            |  2 +-
 .../python/unittest/test_numpy_interoperability.py |  5 ++--
 tests/python/unittest/test_numpy_ndarray.py        | 28 +++++++++++++---------
 tests/python/unittest/test_numpy_op.py             | 12 +++++++++-
 10 files changed, 53 insertions(+), 28 deletions(-)