Home
last modified time | relevance | path

Searched defs:irfft2 (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/fft/
H A D__init__.py512 irfft2 = _add_docstr(_fft.fft_irfft2, r""" variable
/aosp_15_r20/external/pytorch/torch/_numpy/
H A Dfft.py97 def irfft2(a: ArrayLike, s=None, axes=(-2, -1), norm=None): function
/aosp_15_r20/external/pytorch/torch/_refs/
H A Dfft.py538 def irfft2( function