Home
last modified time | relevance | path

Searched defs:istft (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/torch/
H A Dfunctional.py716 istft = _add_docstr( variable
H A D_tensor.py911 def istft( member in Tensor
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DSpectralOps.cpp1013 Tensor istft(const Tensor& self, const int64_t n_fft, const std::optional<int64_t> hop_lengthOpt, in istft() function
/aosp_15_r20/external/pytorch/torch/_refs/
H A D__init__.py3418 def istft( function
/aosp_15_r20/external/pytorch/test/
H A Dtest_jit.py9075 def istft(input, n_fft): function