[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17541: [numpy] add op random.rayleigh

2020-02-16 Thread GitBox
haojin2 commented on a change in pull request #17541: [numpy] add op random.rayleigh URL: https://github.com/apache/incubator-mxnet/pull/17541#discussion_r380003075 ## File path: src/operator/numpy/random/np_rayleigh_op.h ## @@ -0,0 +1,205 @@ +/* + * Licensed to the

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17541: [numpy] add op random.rayleigh

2020-02-12 Thread GitBox
haojin2 commented on a change in pull request #17541: [numpy] add op random.rayleigh URL: https://github.com/apache/incubator-mxnet/pull/17541#discussion_r378675708 ## File path: python/mxnet/symbol/numpy/random.py ## @@ -382,6 +383,42 @@ def gamma(shape, scale=1.0,

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17541: [numpy] add op random.rayleigh

2020-02-12 Thread GitBox
haojin2 commented on a change in pull request #17541: [numpy] add op random.rayleigh URL: https://github.com/apache/incubator-mxnet/pull/17541#discussion_r378675457 ## File path: python/mxnet/ndarray/numpy/random.py ## @@ -279,6 +280,44 @@ def multinomial(n, pvals,

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17541: [numpy] add op random.rayleigh

2020-02-12 Thread GitBox
haojin2 commented on a change in pull request #17541: [numpy] add op random.rayleigh URL: https://github.com/apache/incubator-mxnet/pull/17541#discussion_r378675122 ## File path: src/operator/numpy/random/np_rayleigh_op.h ## @@ -0,0 +1,205 @@ +/* + * Licensed to the

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17541: [numpy] add op random.rayleigh

2020-02-12 Thread GitBox
haojin2 commented on a change in pull request #17541: [numpy] add op random.rayleigh URL: https://github.com/apache/incubator-mxnet/pull/17541#discussion_r378675086 ## File path: src/operator/numpy/random/np_rayleigh_op.h ## @@ -0,0 +1,205 @@ +/* + * Licensed to the

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17541: [numpy] add op random.rayleigh

2020-02-12 Thread GitBox
haojin2 commented on a change in pull request #17541: [numpy] add op random.rayleigh URL: https://github.com/apache/incubator-mxnet/pull/17541#discussion_r378675242 ## File path: tests/python/unittest/test_numpy_op.py ## @@ -3624,6 +3624,44 @@ def