[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #16089: [Numpy] Random.choice implemented

2019-09-05 Thread GitBox
haojin2 commented on a change in pull request #16089: [Numpy] Random.choice implemented URL: https://github.com/apache/incubator-mxnet/pull/16089#discussion_r321558598 ## File path: src/operator/numpy/random/np_choice_op.h ## @@ -0,0 +1,245 @@ +/* + * Licensed to the

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #16089: [Numpy] Random.choice implemented

2019-09-05 Thread GitBox
haojin2 commented on a change in pull request #16089: [Numpy] Random.choice implemented URL: https://github.com/apache/incubator-mxnet/pull/16089#discussion_r321557692 ## File path: src/operator/numpy/random/np_choice_op.h ## @@ -0,0 +1,245 @@ +/* + * Licensed to the

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #16089: [Numpy] Random.choice implemented

2019-09-05 Thread GitBox
haojin2 commented on a change in pull request #16089: [Numpy] Random.choice implemented URL: https://github.com/apache/incubator-mxnet/pull/16089#discussion_r321555272 ## File path: python/mxnet/numpy/random.py ## @@ -180,3 +180,60 @@ def multinomial(n, pvals, size=None,