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/24 01:42:52 UTC

[incubator-mxnet] branch master updated (f08683e -> 3d29933)

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 f08683e  Revert #17547 (#18145)
     add 3d29933  [numpy] change unary infer type (#17254)

No new revisions were added by this update.

Summary of changes:
 src/common/utils.h                               |   5 +
 src/operator/mxnet_op.h                          |  11 +
 src/operator/numpy/np_elemwise_unary_op_basic.cc | 268 ++++++++++++++++++-----
 src/operator/numpy/np_elemwise_unary_op_basic.cu | 148 ++++++++++---
 src/operator/tensor/elemwise_binary_op.h         |  59 +++++
 src/operator/tensor/elemwise_unary_op.h          |  24 ++
 tests/python/unittest/test_numpy_op.py           |  92 +++++++-
 7 files changed, 518 insertions(+), 89 deletions(-)