Home
last modified time | relevance | path

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

/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/
A Dmicro_speech_test.cc100 const int kNoIndex = 3; in TF_LITE_MICRO_TEST() local
106 uint8_t no_score = output->data.int8[kNoIndex] + 128; in TF_LITE_MICRO_TEST()
136 no_score = output->data.int8[kNoIndex] + 128; in TF_LITE_MICRO_TEST()
A Dmain_functions.cc282 const int kNoIndex = 3;
288 uint8_t no_score = output->data.int8[kNoIndex] + 128;
320 no_score = output->data.int8[kNoIndex] + 128;

Completed in 4 milliseconds