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/10 06:05:33 UTC

[incubator-mxnet] branch master updated (3dab617 -> af76466)

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 3dab617  add: numpy rollaxis (#17865)
     add af76466  add: numpy op tril_indices (#17904)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/ndarray/numpy/_op.py      |  84 ++++++++++++++++++++++++++-
 python/mxnet/numpy/multiarray.py       |  80 +++++++++++++++++++++++++-
 python/mxnet/symbol/numpy/_symbol.py   |  85 +++++++++++++++++++++++++++-
 src/operator/numpy/np_matrix_op-inl.h  | 100 +++++++++++++++++++++++++++++++++
 src/operator/numpy/np_matrix_op.cc     |  60 ++++++++++++++++++++
 src/operator/numpy/np_matrix_op.cu     |   3 +
 tests/python/unittest/test_numpy_op.py |  37 ++++++++++++
 7 files changed, 446 insertions(+), 3 deletions(-)