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 2019/09/19 04:01:13 UTC

[incubator-mxnet] branch master updated (53b2b40 -> 66c4207)

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 53b2b40  improve dataloader signals and messages (#16114)
     add 66c4207  [Numpy] Numpy behavior normal distribution (#16109)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/ndarray/numpy/random.py               |  38 ++++---
 python/mxnet/numpy/random.py                       |  10 +-
 python/mxnet/symbol/numpy/random.py                |  39 ++++---
 .../random/dist_common.cc}                         |  22 ++--
 .../random/dist_common.cu}                         |  22 ++--
 src/operator/numpy/random/dist_common.h            |   7 ++
 .../random/{np_uniform_op.cc => np_normal_op.cc}   |  34 +++---
 .../random/{np_uniform_op.cu => np_normal_op.cu}   |  10 +-
 .../random/{np_uniform_op.h => np_normal_op.h}     | 126 +++++++++++++--------
 src/operator/numpy/random/np_uniform_op.cc         |   6 +
 tests/python/unittest/test_numpy_op.py             |   1 -
 11 files changed, 188 insertions(+), 127 deletions(-)
 copy src/operator/{instance_norm.cu => numpy/random/dist_common.cc} (73%)
 copy src/operator/{instance_norm.cu => numpy/random/dist_common.cu} (67%)
 copy src/operator/numpy/random/{np_uniform_op.cc => np_normal_op.cc} (62%)
 copy src/operator/numpy/random/{np_uniform_op.cu => np_normal_op.cu} (81%)
 copy src/operator/numpy/random/{np_uniform_op.h => np_normal_op.h} (61%)