aaronmarkham commented on a change in pull request #15317: fix doc for the op 
sort() and argsort()
URL: https://github.com/apache/incubator-mxnet/pull/15317#discussion_r297851182
 
 

 ##########
 File path: src/operator/tensor/ordering_op.cc
 ##########
 @@ -114,7 +114,7 @@ Examples::
              [ 1.,  3.]]
 
   // flattens and then sorts
-  sort(x) = [ 1.,  1.,  3.,  4.]
+  sort(x, axis=None) = [ 1.,  1.,  3.,  4.]
 
 Review comment:
   Everything is fine. I might have needed more examples to see the patterns, 
but I understand that if you're conversant with NumPy then this all works as 
expected.

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