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 6c733b1 Disable flaky test_custom_op_fork (#17481)
add de30aa5 Add numpy random weibull operator (#17505)
No new revisions were added by this update.
Summary of changes:
python/mxnet/ndarray/numpy/random.py | 55 ++++++++++++++++++++-
python/mxnet/numpy/random.py | 47 +++++++++++++++++-
python/mxnet/symbol/numpy/random.py | 57 +++++++++++++++++++++-
.../{np_exponential_op.cc => np_weibull_op.cc} | 26 +++++-----
.../{np_memory_op.cu => random/np_weibull_op.cu} | 9 ++--
.../{np_exponential_op.h => np_weibull_op.h} | 56 ++++++++++-----------
tests/python/unittest/test_numpy_op.py | 30 ++++++++++++
7 files changed, 232 insertions(+), 48 deletions(-)
copy src/operator/numpy/random/{np_exponential_op.cc => np_weibull_op.cc} (74%)
copy src/operator/numpy/{np_memory_op.cu => random/np_weibull_op.cu} (81%)
copy src/operator/numpy/random/{np_exponential_op.h => np_weibull_op.h} (72%)