Home
last modified time | relevance | path

Searched defs:stft (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/signal/
H A Dspectral_ops_test.py63 def _np_inverse_stft(stft, fft_length, hop_length, window_length): argument
73 def _np_overlap_add(stft, hop_length): argument
310 def backward(stft): argument
/aosp_15_r20/external/libopus/dnn/torch/neural-pitch/
H A Dutils.py23 def stft(x, w = 'boxcar', N = 320, H = 160): function
/aosp_15_r20/external/pytorch/torch/onnx/
H A Dsymbolic_opset17.py101 def stft( function
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/signal/
H A Dspectral_ops.py36 def stft(signals, frame_length, frame_step, fft_length=None, function
/aosp_15_r20/external/libopus/dnn/torch/fargan/
H A Dstft_loss.py9 def stft(x, fft_size, hop_size, win_length, window): function
/aosp_15_r20/external/libopus/dnn/torch/osce/losses/
H A Dstft_loss.py54 def stft(x, fft_size, hop_size, win_length, window): function
/aosp_15_r20/external/libopus/dnn/torch/osce/stndrd/evaluation/
H A Dlace_loss_metric.py54 def stft(x, fft_size, hop_size, win_length, window): function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DSpectralOps.cpp826 Tensor stft(const Tensor& self, const int64_t n_fft, const std::optional<int64_t> hop_lengthOpt, in stft() function
981 Tensor stft( in stft() function
/aosp_15_r20/external/pytorch/torch/
H A Dfunctional.py537 def stft( function
H A D_tensor.py865 def stft( member in Tensor
/aosp_15_r20/external/pytorch/torch/_refs/
H A D__init__.py3310 def stft( function
/aosp_15_r20/external/pytorch/test/
H A Dtest_jit.py9068 def stft(input, n_fft): function