zoeygxy commented on a change in pull request #15381: [Numpy] Add Documentations
URL: https://github.com/apache/incubator-mxnet/pull/15381#discussion_r298884404
##########
File path: python/mxnet/_numpy_op_doc.py
##########
@@ -92,37 +111,50 @@ def _np_zeros_like(a):
def _np_repeat(a, repeats, axis=None):
- """Repeat elements of an array.
+ """
+ repeat(a, repeats, axis=None)
+
+ Repeat elements of an array.
Parameters
----------
- a : ndarray
+ a : array_like
Review comment:
should be ndarray
----------------------------------------------------------------
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