tingying2020 commented on a change in pull request #15387: Add docs for 7 ops
URL: https://github.com/apache/incubator-mxnet/pull/15387#discussion_r298920568
 
 

 ##########
 File path: python/mxnet/symbol/numpy/_symbol.py
 ##########
 @@ -1006,6 +1021,35 @@ 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.
+    Instead of the Python traditional ‘floor division’, 
+    this returns a true division. True division adjusts 
+    the output type to present the best answer, regardless 
+    of input types.
+
+    Parameters:        
+    ----------
+    x1 : symbolic or scalar 
 
 Review comment:
   _Symbol, rather than symbolic.

----------------------------------------------------------------
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

Reply via email to