Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/
H A Dfft.h347 inline Tensor rfftfreq(int64_t n, double d, const TensorOptions& options) { in rfftfreq() function
351 inline Tensor rfftfreq(int64_t n, const TensorOptions& options) { in rfftfreq() function
/aosp_15_r20/external/pytorch/torch/fft/
H A D__init__.py1207 rfftfreq = _add_docstr(_fft.fft_rfftfreq, r""" variable
/aosp_15_r20/external/pytorch/torch/_numpy/
H A Dfft.py119 def rfftfreq(n, d=1.0): function