hzfan commented on a change in pull request #15388: Doc
URL: https://github.com/apache/incubator-mxnet/pull/15388#discussion_r298881840
##########
File path: python/mxnet/numpy/multiarray.py
##########
@@ -1491,6 +1495,13 @@ def arange(start, stop=None, step=1, dtype=None,
ctx=None):
`start` must also be given.
dtype : dtype
The type of the output array. The default is `float32`.
+ ctx : mxnet.cpu() or mxnet.gpu(gpuid)
+ Device context to put the created array in.
+
+ Notes
+ -----
+ This function differs to the original numpy.logical_not in the following
aspects:
Review comment:
arange has nothing to do with logical_not
----------------------------------------------------------------
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