Home
last modified time | relevance | path

Searched refs:kYesIndex (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/micro/examples/micro_speech/
Dmicro_speech_test.cc99 const int kYesIndex = 2; in TF_LITE_MICRO_TEST() local
105 uint8_t yes_score = output->data.int8[kYesIndex] + 128; in TF_LITE_MICRO_TEST()
135 yes_score = output->data.int8[kYesIndex] + 128; in TF_LITE_MICRO_TEST()
/external/tensorflow/tensorflow/lite/micro/examples/micro_speech/apollo3/
Dpushbutton_test.cc118 const int kYesIndex = 2; in TF_LITE_MICRO_TEST() local
124 g_yes_score = output->data.uint8[kYesIndex]; in TF_LITE_MICRO_TEST()