haojin2 commented on a change in pull request #17084: [numpy] add op median
URL: https://github.com/apache/incubator-mxnet/pull/17084#discussion_r358090250
 
 

 ##########
 File path: python/mxnet/numpy/multiarray.py
 ##########
 @@ -5340,6 +5340,59 @@ def swapaxes(a, axis1, axis2):
     return _npi.swapaxes(a, dim1=axis1, dim2=axis2)
 
 
+@set_module('mxnet.numpy')
+def median(a, axis=None, out=None, keepdims=False):
+    r"""
+        Compute the median along the specified axis.
 
 Review comment:
   get rid of the 4 extra blank spaces.

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