ckt624 commented on a change in pull request #15381: [Numpy] Add Documentations
URL: https://github.com/apache/incubator-mxnet/pull/15381#discussion_r298899189
##########
File path: python/mxnet/symbol/numpy/_symbol.py
##########
@@ -1006,6 +1100,26 @@ def multiply(x1, x2, out=None):
@set_module('mxnet.symbol.numpy')
def divide(x1, x2, out=None):
+ """Returns a true division of the inputs, element-wise.
+
+ Parameters
+ ----------
+ x1 : _Symbol
+ Dividend array.
+
+ x2 : _Symbol
+ Divisor array.
+
+ out : ndarray
Review comment:
I just learned from you that it should be "Dummy parameter to keep the
consistency with the ndarray counterpart" :)
----------------------------------------------------------------
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