You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ha...@apache.org on 2020/04/21 02:28:27 UTC

[incubator-mxnet] branch master updated (6198d1d -> 7d2c9bf)

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 6198d1d  Change register_op_hook to take MXNet and Python types instead of C types (#17946)
     add 7d2c9bf  [numpy] add logical op (#17534)

No new revisions were added by this update.

Summary of changes:
 benchmark/python/ffi/benchmark_ffi.py              |   3 +
 contrib/tvmop/core/umath.py                        |   6 ++
 python/mxnet/ndarray/numpy/_op.py                  | 111 +++++++++++++++++++++
 python/mxnet/numpy/multiarray.py                   | 107 +++++++++++++++++++-
 python/mxnet/numpy_dispatch_protocol.py            |   3 +
 python/mxnet/symbol/numpy/_symbol.py               | 106 +++++++++++++++++++-
 src/api/operator/numpy/np_elemwise_broadcast_op.cc |  24 +++++
 src/operator/mshadow_op.h                          |   6 ++
 .../numpy/np_elemwise_broadcast_logic_op.cc        |  30 ++++++
 .../numpy/np_elemwise_broadcast_logic_op.cu        |   6 ++
 src/operator/operator_tune.cc                      |   3 +
 .../python/unittest/test_numpy_interoperability.py |  25 ++++-
 tests/python/unittest/test_numpy_op.py             |   6 +-
 13 files changed, 432 insertions(+), 4 deletions(-)