Searched defs:fftshift (Results 1 – 4 of 4) sorted by relevance
1253 fftshift = _add_docstr(_fft.fft_fftshift, r""" variable
374 def fftshift(x, axes=None, name=None): function
124 def fftshift(x: ArrayLike, axes=None): function
580 def fftshift(input: TensorLikeType, dim: Optional[DimsType] = None) -> TensorLikeType: function