You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ha...@apache.org on 2020/01/10 04:11:13 UTC

[incubator-mxnet] branch master updated (ac88f1e -> 16819a6)

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 ac88f1e  [DOC] Add a few tips for running horovod (#17235)
     add 16819a6  [Numpy] Random.gamma() implemented (#16152)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/ndarray/numpy/random.py               |  59 +++-
 python/mxnet/numpy/random.py                       |  37 ++-
 python/mxnet/symbol/numpy/random.py                |  59 +++-
 src/operator/numpy/random/np_gamma_op.cc           |  84 +++++
 .../{np_memory_op.cu => random/np_gamma_op.cu}     |  10 +-
 src/operator/numpy/random/np_gamma_op.h            | 347 +++++++++++++++++++++
 tests/nightly/test_np_random.py                    |  27 ++
 tests/python/unittest/test_numpy_op.py             |  20 +-
 8 files changed, 631 insertions(+), 12 deletions(-)
 create mode 100644 src/operator/numpy/random/np_gamma_op.cc
 copy src/operator/numpy/{np_memory_op.cu => random/np_gamma_op.cu} (80%)
 create mode 100644 src/operator/numpy/random/np_gamma_op.h