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 0b5526b  [Quantization]support exclude operators while quantization 
(#15910)
     add 521e925  [Numpy] Numpy behavior random.uniform() (#15858)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/ndarray/numpy/random.py               |  62 +++++-
 python/mxnet/numpy/random.py                       |  37 +++-
 python/mxnet/symbol/numpy/random.py                |  62 +++++-
 src/operator/numpy/random/dist_common.h            | 177 ++++++++++++++++++
 src/operator/numpy/random/np_uniform_op.cc         |  63 +++++++
 .../random/np_uniform_op.cu}                       |  13 +-
 src/operator/numpy/random/np_uniform_op.h          | 207 +++++++++++++++++++++
 tests/python/unittest/test_numpy_ndarray.py        |  36 ++++
 8 files changed, 648 insertions(+), 9 deletions(-)
 create mode 100644 src/operator/numpy/random/dist_common.h
 create mode 100644 src/operator/numpy/random/np_uniform_op.cc
 copy src/operator/{quantization/quantize_v2.cu => 
numpy/random/np_uniform_op.cu} (77%)
 create mode 100644 src/operator/numpy/random/np_uniform_op.h

Reply via email to