Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/
Dmicro_speech_test.cc93 const int kYesIndex = 2; in TF_LITE_MICRO_TEST() local
99 uint8_t yes_score = output->data.uint8[kYesIndex]; in TF_LITE_MICRO_TEST()
129 yes_score = output->data.uint8[kYesIndex]; in TF_LITE_MICRO_TEST()
/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/apollo3/
Dpushbutton_test.cc120 const int kYesIndex = 2; in TF_LITE_MICRO_TEST() local
126 g_yes_score = output->data.uint8[kYesIndex]; in TF_LITE_MICRO_TEST()