mlx.core.moveaxis# moveaxis(a: array, /, source: int, destination: int, *, stream: None | Stream | Device = None) → array# Move an axis to a new position. 參數: a (array) -- 輸入陣列。 source (int) -- Specifies the source axis. destination (int) -- Specifies the destination axis. 回傳值: The array with the axis moved. 回傳值型別: array