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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to