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 ece027c  add numpy op diagflat [numpy] (#16813)
     add 4da14a2  add op bitwise_or [numpy] (#16801)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/ndarray/numpy/_op.py                  | 47 +++++++++++++++++++---
 python/mxnet/numpy/multiarray.py                   | 46 +++++++++++++++++++--
 python/mxnet/numpy_dispatch_protocol.py            |  1 +
 python/mxnet/symbol/numpy/_symbol.py               | 29 +++++++++++--
 src/operator/mshadow_op.h                          |  2 +
 src/operator/numpy/np_elemwise_broadcast_op.cc     |  1 +
 .../numpy/np_elemwise_broadcast_op_extended.cc     | 35 ++++++++++++++++
 .../numpy/np_elemwise_broadcast_op_extended.cu     |  6 +++
 src/operator/operator_tune.cc                      |  1 +
 .../python/unittest/test_numpy_interoperability.py | 11 +++++
 tests/python/unittest/test_numpy_op.py             |  1 +
 11 files changed, 168 insertions(+), 12 deletions(-)

Reply via email to