This is an automated email from the ASF dual-hosted git repository.

haoj pushed a change to branch numpy
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.


    from 19c7c6e  fix memory override bug in multinomial (#15397)
     add 3ea5f8c  numpy eye op (#15282)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/ndarray/numpy/_op.py      |  33 +++++++++-
 python/mxnet/numpy/multiarray.py       |  29 ++++++++-
 python/mxnet/symbol/numpy/_symbol.py   |  33 +++++++++-
 src/operator/numpy/np_init_op.cc       |  30 ++++-----
 src/operator/numpy/np_init_op.cu       |   5 +-
 src/operator/numpy/np_init_op.h        | 113 +++++++++++++++++++++++++++++++++
 src/operator/tensor/init_op.h          |  40 +++++++-----
 tests/python/unittest/test_numpy_op.py |  69 ++++++++++++++++++++
 8 files changed, 314 insertions(+), 38 deletions(-)
 create mode 100644 src/operator/numpy/np_init_op.h

Reply via email to