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 2020/07/16 09:19:15 UTC

[GitHub] [incubator-mxnet] wkcn commented on pull request #18707: [MXNET-1453] Support the intput whose dimension is greater than 6 for Transpose and Rollaxis

wkcn commented on pull request #18707:
URL: https://github.com/apache/incubator-mxnet/pull/18707#issuecomment-659286009


   @szha Thank you for the suggestion!
   
   When axes.ndim() <= 6, it will call the original function `TransposeImpl`. `TransposeImpl` does not allocate any workspace, and its speed is consistent with the original `transpose`.
   
   I will use the profiler on `transpose` and `rollaxis` to test `axes.ndim() <= 6 and axes.ndim() > 6`.


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