Searched defs:ifftshift (Results 1 – 4 of 4) sorted by relevance
1335 ifftshift = _add_docstr(_fft.fft_ifftshift, r""" variable
419 def ifftshift(x, axes=None, name=None): function
129 def ifftshift(x: ArrayLike, axes=None): function
587 def ifftshift(input: TensorLikeType, dim: Optional[DimsType] = None) -> TensorLikeType: function