Home
last modified time | relevance | path

Searched defs:fftfreq (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/fft/
H A D__init__.py1161 fftfreq = _add_docstr(_fft.fft_fftfreq, r""" variable
/aosp_15_r20/external/pytorch/torch/_numpy/
H A Dfft.py114 def fftfreq(n, d=1.0): function