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/03/12 08:51:10 UTC

[incubator-mxnet] branch master updated (713d962 -> bd6e917)

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 713d962  [Numpy] FFI: Bincount, Percentile/Quantile, All/Any (#17717)
     add bd6e917  [numpy] add op random.f (#17586)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/ndarray/numpy/random.py   | 66 +++++++++++++++++++++++++++++++++-
 python/mxnet/numpy/random.py           | 64 ++++++++++++++++++++++++++++++++-
 python/mxnet/symbol/numpy/random.py    | 39 +++++++++++++++++++-
 tests/python/unittest/test_numpy_op.py | 31 ++++++++++++++++
 4 files changed, 197 insertions(+), 3 deletions(-)