You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/01/21 22:58:53 UTC

[GitHub] [incubator-mxnet] reminisce commented on a change in pull request #17393: [Numpy] Add sort op

reminisce commented on a change in pull request #17393: [Numpy] Add sort op
URL: https://github.com/apache/incubator-mxnet/pull/17393#discussion_r369287804
 
 

 ##########
 File path: python/mxnet/numpy/multiarray.py
 ##########
 @@ -4635,6 +4635,47 @@ def argsort(a, axis=-1, kind=None, order=None):
     return _mx_nd_np.argsort(a, axis=axis, kind=kind, order=order)
 
 
+@set_module('mxnet.numpy')
+def sort(a, axis=-1, kind=None, order=None):
+    """
+    Return a sorted copy of an array.
 
 Review comment:
   Blank line.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services