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 20f8bbc  Refactoring names for mxnet version of nnvm to avoid 
conflicting with the original tvm/nnvm. (#15303)
     add 6c20fb9  [Numpy] Implementation npx.{sample}_n (#16876)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/ndarray/numpy_extension/random.py | 165 ++++++++++++++++++++++++-
 python/mxnet/numpy_extension/random.py         | 127 ++++++++++++++++++-
 python/mxnet/symbol/numpy_extension/random.py  | 165 ++++++++++++++++++++++++-
 src/operator/numpy/random/dist_common.h        |  44 +++++++
 src/operator/numpy/random/np_normal_op.cc      |  40 ++++++
 src/operator/numpy/random/np_normal_op.cu      |   5 +-
 src/operator/numpy/random/np_uniform_op.cc     |  36 ++++++
 src/operator/numpy/random/np_uniform_op.cu     |   3 +
 tests/nightly/test_np_random.py                |  83 +++++++++++++
 tests/python/unittest/test_numpy_ndarray.py    |  34 -----
 tests/python/unittest/test_numpy_op.py         |  39 ++++++
 11 files changed, 703 insertions(+), 38 deletions(-)
 create mode 100644 tests/nightly/test_np_random.py

Reply via email to