Home
last modified time | relevance | path

Searched refs:even_smoothing (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/lite/experimental/microfrontend/lib/
Dnoise_reduction_util.c21 config->even_smoothing = 0.025; in NoiseReductionFillConfigWithDefaults()
31 state->even_smoothing = config->even_smoothing * (1 << kNoiseReductionBits); in NoiseReductionPopulateState()
Dnoise_reduction_util.h28 float even_smoothing; member
Dnoise_reduction.h29 uint16_t even_smoothing; member
Dnoise_reduction_io.c27 fprintf(fp, "%s->even_smoothing = %d;\n", variable, state->even_smoothing); in NoiseReductionWriteMemmap()
Dnoise_reduction.c23 ((i & 1) == 0) ? state->even_smoothing : state->odd_smoothing; in NoiseReductionApply()
Dnoise_reduction_test.cc29 config_.even_smoothing = 0.025; in NoiseReductionTestConfig()
Dfrontend_test.cc41 config_.noise_reduction.even_smoothing = 0.025; in FrontendTestConfig()
/external/tensorflow/tensorflow/lite/experimental/microfrontend/python/ops/
Daudio_microfrontend_op.py42 even_smoothing=0.025, argument
110 upper_band_limit, lower_band_limit, smoothing_bits, even_smoothing,
/external/tensorflow/tensorflow/lite/micro/examples/micro_speech/micro_features/
Dmicro_features_generator.cc44 config.noise_reduction.even_smoothing = 0.025; in InitializeMicroFeatures()
/external/tensorflow/tensorflow/lite/experimental/microfrontend/
Daudio_microfrontend.cc56 config.noise_reduction.even_smoothing = m["even_smoothing"].AsFloat(); in Init()
/external/tensorflow/tensorflow/lite/experimental/microfrontend/ops/
Daudio_microfrontend_op.cc175 &config_.noise_reduction.even_smoothing)); in AudioMicrofrontendOp()