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 149975c [numpy][Do Not Review]add op insert (#16865)
add b6b1de0 Implement Weibull backward (#17590)
No new revisions were added by this update.
Summary of changes:
python/mxnet/ndarray/numpy/random.py | 8 ++-
python/mxnet/numpy/random.py | 4 +-
python/mxnet/symbol/numpy/random.py | 8 ++-
src/operator/numpy/random/np_weibull_op.cc | 38 +++++++++++-
src/operator/numpy/random/np_weibull_op.cu | 3 +
src/operator/numpy/random/np_weibull_op.h | 94 ++++++++++++++++++++++++------
tests/python/unittest/test_numpy_op.py | 33 +++++++++++
7 files changed, 160 insertions(+), 28 deletions(-)