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 2127f75 Add instructions to report a security vulnerability (#16383)
add 09285c8 Implements ldexp. (#15845)
add 2df3282 Numpy Operators: Inner, Outer, vdot (#15846)
add 295fc14 Numpy det and slogdet operators (#15861)
add 4940ec0 Fix random op signature
No new revisions were added by this update.
Summary of changes:
python/mxnet/_numpy_op_doc.py | 122 ++++++
python/mxnet/initializer.py | 8 +-
python/mxnet/ndarray/numpy/_op.py | 203 +++++++++-
python/mxnet/ndarray/numpy/random.py | 18 +-
python/mxnet/numpy/multiarray.py | 187 ++++++++-
python/mxnet/numpy/random.py | 8 +-
python/mxnet/numpy_op_signature.py | 7 +-
python/mxnet/symbol/numpy/_symbol.py | 182 ++++++++-
python/mxnet/symbol/numpy/random.py | 13 +-
src/operator/mshadow_op.h | 11 +
src/operator/numpy/np_elemwise_broadcast_op.cc | 37 ++
src/operator/numpy/np_elemwise_broadcast_op.cu | 19 +
src/operator/operator_tune.cc | 5 +
src/operator/random/sample_op.cc | 2 -
src/operator/tensor/la_op.cc | 2 +
src/operator/tensor/la_op.cu | 2 +
src/operator/tensor/la_op.h | 7 +-
tests/python/unittest/test_exc_handling.py | 15 +-
tests/python/unittest/test_numpy_gluon.py | 15 +-
tests/python/unittest/test_numpy_op.py | 521 +++++++++++++++++++++----
20 files changed, 1245 insertions(+), 139 deletions(-)