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 2018/11/27 21:31:59 UTC

[incubator-mxnet] branch master updated (e6fffe9 -> 8a94dbd)

This is an automated email from the ASF dual-hosted git repository.

haibin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.


    from e6fffe9  Adding Java to ubuntu setup install page and minor fixes to docs (#13420)
     add 8a94dbd  [MXNET-1029] Feature request: randint operator (#12749)

No new revisions were added by this update.

Summary of changes:
 include/mxnet/random_generator.h        |  16 +++-
 python/mxnet/ndarray/random.py          | 134 +++++++++++++++++++++-----------
 python/mxnet/symbol/random.py           |  80 ++++++++++++-------
 src/operator/contrib/quadratic_op-inl.h |   2 +-
 src/operator/random/sample_op.cc        |  16 +++-
 src/operator/random/sample_op.cu        |   1 +
 src/operator/random/sample_op.h         |  95 +++++++++++++++++++++-
 src/operator/random/sampler.h           |  32 ++++++++
 tests/python/unittest/test_random.py    |  54 +++++++++++--
 9 files changed, 342 insertions(+), 88 deletions(-)