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/12/30 20:35:37 UTC

[incubator-mxnet] branch master updated (230ceee -> 44784c2)

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 230ceee  Switch to modern CMake CUDA handling (#17031)
     add 44784c2  add op empty_like, add nan_to_num to dispatch (#17169)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/ndarray/numpy/_op.py                  | 74 +++++++++++++++++++++-
 python/mxnet/numpy/multiarray.py                   | 62 +++++++++++++++++-
 python/mxnet/numpy_dispatch_protocol.py            |  4 +-
 python/mxnet/numpy_op_fallback.py                  | 44 +++++++++++++
 python/mxnet/symbol/numpy/_symbol.py               | 63 +++++++++++++++++-
 .../python/unittest/test_numpy_interoperability.py | 22 ++++++-
 tests/python/unittest/test_numpy_op.py             | 60 +++++++++++++++++-
 7 files changed, 323 insertions(+), 6 deletions(-)