mikemwx commented on a change in pull request #15382: [numpy][doc-fix] sum,
copy, tile, argmax, sign, log, degrees
URL: https://github.com/apache/incubator-mxnet/pull/15382#discussion_r298874047
##########
File path: python/mxnet/numpy/multiarray.py
##########
@@ -2074,6 +2082,252 @@ def sqrt(x, out=None, **kwargs):
return _mx_nd_np.sqrt(x, out=out, **kwargs)
+@set_module('mxnet.numpy')
+def tile(x, reps):
+ """
+ Construct an array by repeating A the number of times given by reps.
Review comment:
A -> x
----------------------------------------------------------------
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