Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/fft/
H A D__init__.py591 rfftn = _add_docstr(_fft.fft_rfftn, r""" variable
/aosp_15_r20/external/pytorch/torch/_numpy/
H A Dfft.py67 def rfftn(a: ArrayLike, s=None, axes=None, norm=None): function
/aosp_15_r20/external/pytorch/torch/_refs/
H A Dfft.py386 def rfftn( function