You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/03/02 20:46:05 UTC

[GitHub] [tvm] trevor-m opened a new pull request #7568: [Frontend][MXNet] Fix default value for is_ascend in topk

trevor-m opened a new pull request #7568:
URL: https://github.com/apache/tvm/pull/7568


   MXNet uses False as the default value for is_ascend in topk. The mxnet frontend was using true as the default value.
   
   https://mxnet.apache.org/versions/1.6/api/r/docs/api/mx.nd.topk.html
   
   > is.ascend | boolean, optional, **default=0**. Whether to choose k largest or k smallest elements. Top K largest elements will be chosen if set to false.
   
   
   


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



[GitHub] [tvm] masahi merged pull request #7568: [Frontend][MXNet] Fix default value for is_ascend in topk

Posted by GitBox <gi...@apache.org>.
masahi merged pull request #7568:
URL: https://github.com/apache/tvm/pull/7568


   


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