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 c81f2fe fix all/any (#17392)
add ebb1ae6 add random.multivariate_normal, fix empty_like dtype problem,
fix gather_nd error test (#17360)
No new revisions were added by this update.
Summary of changes:
python/mxnet/ndarray/numpy/_op.py | 2 +-
python/mxnet/ndarray/numpy/random.py | 84 ++++++++++++++++++++++++++++-
python/mxnet/numpy/random.py | 82 ++++++++++++++++++++++++++++-
python/mxnet/numpy/utils.py | 6 ++-
python/mxnet/numpy_op_fallback.py | 72 ++++++++++++++++++++++++-
python/mxnet/symbol/numpy/_symbol.py | 2 +-
python/mxnet/symbol/numpy/random.py | 96 +++++++++++++++++++++++++++++++---
tests/python/unittest/test_numpy_op.py | 46 ++++++++++++++++
tests/python/unittest/test_operator.py | 21 +++-----
9 files changed, 382 insertions(+), 29 deletions(-)