Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/
Dmicro_speech_test.cc91 const int kSilenceIndex = 0; in TF_LITE_MICRO_TEST() local
97 uint8_t silence_score = output->data.uint8[kSilenceIndex]; in TF_LITE_MICRO_TEST()
127 silence_score = output->data.uint8[kSilenceIndex]; in TF_LITE_MICRO_TEST()
/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/apollo3/
Dpushbutton_test.cc118 const int kSilenceIndex = 0; in TF_LITE_MICRO_TEST() local
124 g_silence_score = output->data.uint8[kSilenceIndex]; in TF_LITE_MICRO_TEST()
/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/micro_features/
Dmicro_model_settings.h37 constexpr int kSilenceIndex = 0; variable
/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/simple_features/
Dsimple_model_settings.h39 constexpr int kSilenceIndex = 0; variable