dtracz opened a new pull request #16229: Pr transpose
URL: https://github.com/apache/incubator-mxnet/pull/16229
 
 
   Fast pseudo-2D transpose kernel.
   Supports only transposes that satisfy:
           Exists n and m such that:
           params = (0, ..., n-1, n+m, ..., params.size, n, ..., n+m-1)
           Example: (0, 2, 3, 1) or (0, 3, 1, 2), but not (0, 2, 1, 3).

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to