Home
last modified time | relevance | path

Searched defs:fft2 (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/fft/
H A D__init__.py107 fft2 = _add_docstr(_fft.fft_fft2, r""" variable
/aosp_15_r20/external/pytorch/torch/_numpy/
H A Dfft.py79 def fft2(a: ArrayLike, s=None, axes=(-2, -1), norm=None): function
/aosp_15_r20/external/pytorch/torch/_refs/
H A Dfft.py505 def fft2( function
/aosp_15_r20/external/aac/libFDK/src/
H A Dfft.cpp173 static FDK_FORCEINLINE void fft2(FIXP_DBL *RESTRICT pDat) { in fft2() function