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


   @szha 
   In numpy, the output of np.transpose is not contiguous, but the copied 
ndarray is contiguous.
   We compute each position of tranpose's output individually, but numpy 
computes them in blocks.
   There is still an improvement space.


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


Reply via email to