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 2020/01/03 07:05:15 UTC

[incubator-mxnet] branch master updated (4f9890f -> 8e946c9)

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 4f9890f  [tvmop] link libtvmop with libtvm_runtime (#17203)
     add 8e946c9  Implement atleast_1d/2d/3d (#17099)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/_numpy_op_doc.py                      | 107 +++++++++++++++++++++
 python/mxnet/numpy_dispatch_protocol.py            |   3 +
 src/operator/numpy/np_init_op.cc                   |  71 ++++++++++++++
 src/operator/numpy/np_init_op.cu                   |   9 ++
 src/operator/numpy/np_init_op.h                    |  23 +++++
 .../python/unittest/test_numpy_interoperability.py |  25 +++++
 tests/python/unittest/test_numpy_op.py             |  54 +++++++++++
 7 files changed, 292 insertions(+)