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/10/27 01:47:59 UTC

[incubator-mxnet] branch master updated (29e467b -> c130cc9)

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 29e467b  Move some subgraph verbose to MXNET_SUBGRAPH_VERBOSE=2 (#16622)
     add c130cc9  add npx reshape (#16640)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/_numpy_op_doc.py          |  66 +++++++++++
 src/operator/numpy/np_matrix_op-inl.h  |  54 ++++++++-
 src/operator/numpy/np_matrix_op.cc     | 206 +++++++++++++++++++++++++++++----
 src/operator/numpy/np_matrix_op.cu     |   3 +
 tests/python/unittest/test_numpy_op.py |  63 ++++++++++
 5 files changed, 371 insertions(+), 21 deletions(-)