mlx.core.fft.ifftshift#
- ifftshift(a: array, axes: int | Sequence[int] | None = None, stream: Stream | ThreadLocalStream | Device | mlx.core.DeviceType | None = None) array#
The inverse of
fftshift(). While identical tofftshift()for even-length axes, the behavior differs for odd-length axes.