Searched refs:bad_results (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/speech_commands/ |
A D | recognize_commands_test.cc | 85 Tensor bad_results(DT_FLOAT, {2}); in TEST() local 86 test::FillValues<float>(&bad_results, {1.0f, 0.0f}); in TEST() 92 .ProcessLatestResults(bad_results, 0, &found_command, &score, in TEST()
|
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/ |
A D | recognize_commands_test.cc | 159 TfLiteTensor bad_results = tflite::testing::CreateQuantizedTensor( in TF_LITE_MICRO_TEST() local 167 &bad_results, 0, &found_command, &score, &is_new_command)); in TF_LITE_MICRO_TEST()
|
Completed in 4 milliseconds