powered by
Calculates the element-wise transposition of an array.
array_transp(A)
A 3-D array.
For an array A with shapes n x m x k, this operations returns an array C, with shapes m x n x k, so that C[,,i] = t(A[,,i]).