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 f850170  Re-Enabling Large Tensor Nightly on GPU (#16164)
     add 91c4516  [numpy] Add np.random.pareto and np.random.power (#17517)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/ndarray/numpy/random.py               | 90 +++++++++++++++++++++-
 python/mxnet/numpy/random.py                       | 72 ++++++++++++++++-
 python/mxnet/symbol/numpy/random.py                | 90 +++++++++++++++++++++-
 .../random/{np_weibull_op.cc => np_pareto_op.cc}   | 22 +++---
 .../{np_memory_op.cu => random/np_pareto_op.cu}    |  9 ++-
 .../random/{np_weibull_op.h => np_pareto_op.h}     | 36 ++++-----
 .../random/{np_weibull_op.cc => np_power_op.cc}    | 22 +++---
 .../{np_memory_op.cu => random/np_power_op.cu}     |  9 ++-
 .../random/{np_weibull_op.h => np_power_op.h}      | 36 ++++-----
 tests/python/unittest/test_numpy_op.py             | 84 ++++++++++++++------
 10 files changed, 377 insertions(+), 93 deletions(-)
 copy src/operator/numpy/random/{np_weibull_op.cc => np_pareto_op.cc} (78%)
 copy src/operator/numpy/{np_memory_op.cu => random/np_pareto_op.cu} (81%)
 copy src/operator/numpy/random/{np_weibull_op.h => np_pareto_op.h} (82%)
 copy src/operator/numpy/random/{np_weibull_op.cc => np_power_op.cc} (78%)
 copy src/operator/numpy/{np_memory_op.cu => random/np_power_op.cu} (81%)
 copy src/operator/numpy/random/{np_weibull_op.h => np_power_op.h} (82%)

Reply via email to