dask.array.Array.transpose¶
- Array.transpose(*axes)[source]¶
Reverse or permute the axes of an array. Return the modified array.
Refer to
dask.array.transpose()
for full documentation.See also
dask.array.transpose
equivalent function
Reverse or permute the axes of an array. Return the modified array.
Refer to dask.array.transpose()
for full documentation.
See also
dask.array.transpose
equivalent function