Home
last modified time | relevance | path

Searched defs:window_length (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/signal/
H A Dwindow_ops_test.py84 def _compare_window_fns(self, np_window_fn, tf_window_fn, window_length, argument
99 def test_kaiser_window(self, window_length, beta, tf_dtype_tol): argument
111 def test_hann_window(self, window_length, periodic, tf_dtype_tol): argument
125 def test_hamming_window(self, window_length, periodic, tf_dtype_tol): argument
161 def test_tflite_convert(self, window_fn, window_length, periodic, dtype): argument
163 def fn(window_length): argument
182 def test_vorbis_window(self, window_length, tf_dtype_tol): argument
193 def test_kaiser_bessel_derived_window(self, window_length, beta, argument
H A Dspectral_ops_test.py50 def _np_frame(data, window_length, hop_length): argument
57 def _np_stft(data, fft_length, hop_length, window_length): argument
63 def _np_inverse_stft(stft, fft_length, hop_length, window_length): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/signal/
H A Dwindow_ops.py31 def _check_params(window_length, dtype): argument
54 def kaiser_window(window_length, beta=12., dtype=dtypes.float32, name=None): argument
94 def kaiser_bessel_derived_window(window_length, beta=12., argument
122 def vorbis_window(window_length, dtype=dtypes.float32, name=None): argument
147 def hann_window(window_length, periodic=True, dtype=dtypes.float32, name=None): argument
173 def hamming_window(window_length, periodic=True, dtype=dtypes.float32, argument
199 def _raised_cosine_window(name, default_name, window_length, periodic, argument
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DTensorFactories.cpp110 int64_t window_length) { in window_function_checks()
1429 Tensor bartlett_window(int64_t window_length, in bartlett_window()
1439 int64_t window_length, in bartlett_window()
1468 Tensor blackman_window(int64_t window_length, in blackman_window()
1478 int64_t window_length, in blackman_window()
1508 Tensor hamming_window(int64_t window_length, in hamming_window()
1518 int64_t window_length, in hamming_window()
1535 int64_t window_length, in hamming_window()
1547 int64_t window_length, in hamming_window()
1576 Tensor hann_window(int64_t window_length, in hann_window()
[all …]
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/congestion_control/
H A Dwindowed_filter.h71 WindowedFilter(TimeDeltaT window_length, T zero_value, TimeT zero_time) in WindowedFilter()
80 void SetWindowLength(TimeDeltaT window_length) { in SetWindowLength()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dspectrogram.cc29 void GetPeriodicHann(int window_length, std::vector<double>* window) { in GetPeriodicHann()
39 bool Spectrogram::Initialize(int window_length, int step_length) { in Initialize()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/
H A Dspectrogram.cc30 void GetPeriodicHann(int window_length, std::vector<double>* window) { in GetPeriodicHann()
40 bool Spectrogram::Initialize(int window_length, int step_length) { in Initialize()
/aosp_15_r20/external/webrtc/modules/audio_processing/agc2/
H A Dclipping_predictor.cc74 int window_length, in ClippingEventPredictor()
213 int window_length, in ClippingPeakPredictor()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DUnarySpecialOpsKernel.cu318 void kaiser_window_kernel_cuda(TensorIteratorBase& iter, int64_t window_length, double beta_){ in kaiser_window_kernel_cuda()
/aosp_15_r20/external/webrtc/modules/audio_processing/include/
H A Daudio_processing.h314 int window_length = 5; member
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A DUnaryOpsKernel.cpp521 static void kaiser_window_kernel(TensorIteratorBase& iter, int64_t window_length, double beta){ in kaiser_window_kernel()
/aosp_15_r20/external/pytorch/test/cpp/lazy/
H A Dtest_lazy_ops.cpp3432 int window_length = 10; in TEST_F() local
3450 int window_length = 10; in TEST_F() local
3469 int window_length = 10; in TEST_F() local
3490 int window_length = 10; in TEST_F() local
/aosp_15_r20/external/pytorch/torch/onnx/
H A Dsymbolic_opset9.py5984 window_length, argument