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/15 05:49:50 UTC

[incubator-mxnet] branch master updated (9ab428e -> 8562adc)

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 9ab428e  [Doc] Update the download page with 1.5.1 release (#16442)
     add 6e0b1a5  [Numpy] Numpy compatible dstack (#15871)
     add ceebcaf  numpy eye op (#16132)
     add 8222979  Numpy compatible vsplit; minor changes to split (#15983)
     add 8562adc  add numpy op logspace (#15825)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/ndarray/numpy/_op.py      | 254 +++++++++++++++++++++++++++++++--
 python/mxnet/numpy/multiarray.py       | 237 +++++++++++++++++++++++++++++-
 python/mxnet/symbol/numpy/_symbol.py   | 213 +++++++++++++++++++++++++--
 src/operator/nn/concat-inl.h           |  62 ++++++++
 src/operator/numpy/np_init_op.cc       |  53 ++++---
 src/operator/numpy/np_init_op.cu       |   6 +
 src/operator/numpy/np_init_op.h        | 132 +++++++++++++++++
 src/operator/numpy/np_matrix_op.cc     | 100 ++++++++++++-
 src/operator/numpy/np_matrix_op.cu     |   7 +
 src/operator/tensor/init_op.h          |  40 +++---
 tests/python/unittest/test_numpy_op.py | 234 ++++++++++++++++++++++++++++++
 11 files changed, 1278 insertions(+), 60 deletions(-)