haojin2 commented on a change in pull request #15390: [Numpy fix-doc]modify
numpy doc
URL: https://github.com/apache/incubator-mxnet/pull/15390#discussion_r298428394
##########
File path: python/mxnet/_numpy_op_doc.py
##########
@@ -32,24 +33,70 @@ def _np_reshape(a, newshape, order='C'):
an integer, then the result will be a 1-D array of that length.
One shape dimension can be -1. In this case, the value is
inferred from the length of the array and remaining dimensions.
- order : {'C'}, optional
+ order : {'C', 'F', 'A'}, optional
Review comment:
We do not support 'F' and 'A' orders, why did you add them to the doc?
----------------------------------------------------------------
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