Home
last modified time | relevance | path

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

/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/speech_commands/
A Drecognize_commands_test.cc45 string new_command; in TEST() local
56 new_command = found_command; in TEST()
60 EXPECT_EQ("a", new_command); in TEST()
64 new_command = ""; in TEST()
75 new_command = found_command; in TEST()
79 EXPECT_EQ("b", new_command); in TEST()
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/
A Drecognize_commands_test.cc103 const char* new_command; in TF_LITE_MICRO_TEST() local
116 new_command = found_command; in TF_LITE_MICRO_TEST()
121 TF_LITE_MICRO_EXPECT_EQ(0, tflite::testing::TestStrcmp("yes", new_command)); in TF_LITE_MICRO_TEST()
129 new_command = ""; in TF_LITE_MICRO_TEST()
142 new_command = found_command; in TF_LITE_MICRO_TEST()
148 TF_LITE_MICRO_EXPECT_EQ(0, tflite::testing::TestStrcmp("no", new_command)); in TF_LITE_MICRO_TEST()

Completed in 3 milliseconds