Home
last modified time | relevance | path

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

/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/
A 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()
A Dmain_functions.cc281 const int kYesIndex = 2;
287 uint8_t yes_score = output->data.int8[kYesIndex] + 128;
319 yes_score = output->data.int8[kYesIndex] + 128;

Completed in 6 milliseconds