reminisce commented on a change in pull request #17302: [numpy]add op
random.logistic, random.gumbel
URL: https://github.com/apache/incubator-mxnet/pull/17302#discussion_r368362440
##########
File path: python/mxnet/ndarray/numpy/random.py
##########
@@ -193,6 +194,83 @@ def normal(loc=0.0, scale=1.0, size=None, dtype=None,
ctx=None, out=None):
ctx=ctx, dtype=dtype, out=out)
+def logistic(loc=0.0, scale=1.0, size=None):
Review comment:
Can we support `ctx` as well? Otherwise, GPU implementation is not fully
tested.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services