Searched defs:stft (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/signal/ |
H A D | spectral_ops_test.py | 63 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 D | utils.py | 23 def stft(x, w = 'boxcar', N = 320, H = 160): function
|
/aosp_15_r20/external/pytorch/torch/onnx/ |
H A D | symbolic_opset17.py | 101 def stft( function
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/signal/ |
H A D | spectral_ops.py | 36 def stft(signals, frame_length, frame_step, fft_length=None, function
|
/aosp_15_r20/external/libopus/dnn/torch/fargan/ |
H A D | stft_loss.py | 9 def stft(x, fft_size, hop_size, win_length, window): function
|
/aosp_15_r20/external/libopus/dnn/torch/osce/losses/ |
H A D | stft_loss.py | 54 def stft(x, fft_size, hop_size, win_length, window): function
|
/aosp_15_r20/external/libopus/dnn/torch/osce/stndrd/evaluation/ |
H A D | lace_loss_metric.py | 54 def stft(x, fft_size, hop_size, win_length, window): function
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | SpectralOps.cpp | 826 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 D | functional.py | 537 def stft( function
|
H A D | _tensor.py | 865 def stft( member in Tensor
|
/aosp_15_r20/external/pytorch/torch/_refs/ |
H A D | __init__.py | 3310 def stft( function
|
/aosp_15_r20/external/pytorch/test/ |
H A D | test_jit.py | 9068 def stft(input, n_fft): function
|