GPoloVera opened a new issue #16939: Standar Sort methods of original numpy
URL: https://github.com/apache/incubator-mxnet/issues/16939
 
 
   ## Description
   Include in the mxnet.numpy interface functions from the numpy package 
   
   - numpy.sort(a, axis =1, kind=None , order=None ): This is a package function
   
   - numpy.ndarray.sort(axis=-1, kind=None , order=None): This is an instance 
method
   
   - numpy.argsort(a, axis=-1 , kind=None, order=None): This is a package 
function
   
   
   ## References
   - numpy.argsort: 
https://docs.scipy.org/doc/numpy/reference/generated/numpy.argsort.html#numpy.argsort
   - numpy.sort:
   
https://docs.scipy.org/doc/numpy/reference/generated/numpy.sort.html#numpy.sort
   - numpy.ndarray.sort: 
https://docs.scipy.org/doc/numpy/reference/generated/numpy.ndarray.sort.html#numpy.ndarray.sort
   
   Thank you very much

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