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 717d883  Remove requests_failed_to_import handling
     add 8d0b895  np elemwise unary ops upstream (#15831)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/ndarray/numpy/_op.py                | 1175 ++++++++++++++++++++-
 python/mxnet/numpy/multiarray.py                 | 1194 +++++++++++++++++++++-
 python/mxnet/symbol/numpy/_symbol.py             |  970 +++++++++++++++++-
 src/operator/numpy/np_elemwise_unary_op_basic.cc |  366 +++++++
 src/operator/numpy/np_elemwise_unary_op_basic.cu |  110 ++
 tests/python/unittest/test_numpy_op.py           |  149 +++
 6 files changed, 3958 insertions(+), 6 deletions(-)
 create mode 100644 src/operator/numpy/np_elemwise_unary_op_basic.cc
 create mode 100644 src/operator/numpy/np_elemwise_unary_op_basic.cu

Reply via email to