Home
last modified time | relevance | path

Searched refs:input_scale_shift (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/experimental/microfrontend/lib/
Dfft.c27 int input_scale_shift) { in FftCompute() argument
35 *fft_input++ = (*input++) << input_scale_shift; in FftCompute()
Dfft.h40 int input_scale_shift);
/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/micro_features/
Dfft.cc27 int input_scale_shift) { in FftCompute() argument
35 *fft_input++ = (*input++) << input_scale_shift; in FftCompute()
Dfft.h42 int input_scale_shift);