haojin2 commented on a change in pull request #15277: [Numpy] Numpy argsort
URL: https://github.com/apache/incubator-mxnet/pull/15277#discussion_r296151893
##########
File path: python/mxnet/symbol/numpy/_symbol.py
##########
@@ -355,13 +355,18 @@ def topk(self, *args, **kwargs):
"""
raise AttributeError('_Symbol object has no attribute topk')
- def argsort(self, *args, **kwargs):
+ def argsort(self, axis=-1, kind='quicksort', order=None): # pylint:
disable=arguments-differ
"""Convenience fluent method for :py:func:`argsort`.
The arguments are the same as for :py:func:`argsort`, with
this array as data.
+ TODO
Review comment:
what's this line for?
----------------------------------------------------------------
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