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 2018/03/22 17:57:57 UTC

[GitHub] sxjscience opened a new issue #10204: [Operator] Make sure the result of topk is sorted

sxjscience opened a new issue #10204: [Operator] Make sure the result of topk is sorted
URL: https://github.com/apache/incubator-mxnet/issues/10204
 
 
   Currently, the inner implementation of topk is to first sort and slice the first K elements, which will make the results (value/indices) sorted. However, this is not mentioned in the doc. We need to revise the doc.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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