You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by re...@apache.org on 2019/09/23 02:14:40 UTC

[incubator-mxnet] branch master updated (dccfc88 -> 7344c91)

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 dccfc88  [Numpy]flip (#15819)
     add 7344c91  numpy operator around (#16126)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/ndarray/numpy/_op.py                | 59 ++++++++++++++++-
 python/mxnet/numpy/multiarray.py                 | 54 ++++++++++++++-
 python/mxnet/symbol/numpy/_symbol.py             | 45 ++++++++++++-
 src/operator/numpy/np_elemwise_unary_op_basic.cc | 34 ++++++++++
 src/operator/numpy/np_elemwise_unary_op_basic.cu |  3 +
 src/operator/tensor/elemwise_unary_op.h          | 83 ++++++++++++++++++++++++
 tests/python/gpu/test_operator_gpu.py            |  2 +-
 tests/python/unittest/test_numpy_op.py           | 32 +++++++++
 8 files changed, 308 insertions(+), 4 deletions(-)