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

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


    from 9883b99  add mkldnn softmax backward  (#17170)
     add c92f954  add op isnan isinf (#17535)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/ndarray/numpy/_op.py                  | 102 +++++++++++++++++++-
 python/mxnet/numpy/multiarray.py                   | 104 ++++++++++++++++++++-
 python/mxnet/numpy_dispatch_protocol.py            |   2 +
 python/mxnet/symbol/numpy/_symbol.py               |  78 +++++++++++++++-
 src/operator/mshadow_op.h                          |  16 ++++
 src/operator/numpy/np_elemwise_unary_op_basic.cc   |   8 ++
 src/operator/numpy/np_elemwise_unary_op_basic.cu   |   6 ++
 src/operator/operator_tune.cc                      |   2 +
 .../python/unittest/test_numpy_interoperability.py |  20 ++++
 tests/python/unittest/test_numpy_op.py             |  66 +++++++++++++
 10 files changed, 400 insertions(+), 4 deletions(-)

Reply via email to