reminisce commented on a change in pull request #15377: [numpy][doc-fix]
zeros_like, linspace, reciprocal, square, and arcsin
URL: https://github.com/apache/incubator-mxnet/pull/15377#discussion_r298006831
##########
File path: python/mxnet/symbol/numpy/_symbol.py
##########
@@ -1555,4 +1599,157 @@ def sqrt(x, out=None, **kwargs):
return _unary_func_helper(x, _npi.sqrt, _np.sqrt, out=out, **kwargs)
+@set_module('mxnet.symbol.numpy')
+def reciprocal(x, out=None, **kwargs):
Review comment:
Please follow this example to add description. The input is either a
`_Symbol` or a scalar value, instead of `ndarray`.
https://github.com/apache/incubator-mxnet/pull/15377/files#diff-e9b526dba36aa6f2e7dbb6c4d49e9822R1584
----------------------------------------------------------------
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