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 8562adc  add numpy op logspace (#15825)
     add 9681197  add numpy op bitwise_xor, hsplit, moveaxis, rot90 (#16257)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/_numpy_op_doc.py                  |  44 +++
 python/mxnet/ndarray/numpy/_op.py              | 164 ++++++++++-
 python/mxnet/numpy/multiarray.py               | 139 +++++++++-
 python/mxnet/symbol/numpy/_symbol.py           | 151 +++++++++-
 src/operator/mshadow_op.h                      |   2 +
 src/operator/numpy/np_elemwise_broadcast_op.cu |   4 +
 src/operator/numpy/np_matrix_op-inl.h          | 367 +++++++++++++++++++++++++
 src/operator/numpy/np_matrix_op.cc             | 168 +++++++++++
 src/operator/numpy/np_matrix_op.cu             |  12 +
 src/operator/operator_tune.cc                  |   1 +
 src/operator/tensor/matrix_op-inl.h            | 115 +++++---
 tests/python/unittest/test_numpy_op.py         | 148 ++++++++++
 12 files changed, 1271 insertions(+), 44 deletions(-)

Reply via email to