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 2019/09/06 00:22:37 UTC

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #16104: Faster Transpose 2D

ChaiBapchya commented on issue #16104: Faster Transpose 2D
URL: https://github.com/apache/incubator-mxnet/pull/16104#issuecomment-528657079
 
 
   @apeforest 
   
   Here numpy transpose calls the same TransposeImpl function that I have already handled.
   
   Function Call
   https://github.com/apache/incubator-mxnet/blob/d60be31df6b05385cd8adc4b8b26b34a33e7693c/src/operator/numpy/np_matrix_op-inl.h#L59
   
   Function Definition
   https://github.com/apache/incubator-mxnet/blob/d60be31df6b05385cd8adc4b8b26b34a33e7693c/src/operator/tensor/matrix_op-inl.h#L261

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


With regards,
Apache Git Services