a (ndarray) – The array whose axes should be reordered.
source (int or Sequence[int]) – Original positions of the axes to move. These must be unique.
destination (int or Sequence[int]) – Destination positions for each of the original axes. These must also be
unique.