Home
last modified time | relevance | path

Searched refs:is_new_command (Results 1 – 12 of 12) sorted by relevance

/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/speech_commands/
A Drecognize_commands_test.cc33 bool is_new_command; in TEST() local
35 results, 0, &found_command, &score, &is_new_command)); in TEST()
49 bool is_new_command; in TEST() local
53 if (is_new_command) { in TEST()
68 bool is_new_command; in TEST() local
72 if (is_new_command) { in TEST()
90 bool is_new_command; in TEST() local
93 &is_new_command) in TEST()
105 bool is_new_command; in TEST() local
107 results, 100, &found_command, &score, &is_new_command)); in TEST()
[all …]
A Drecognize_commands.py59 def is_new_command(self): member in RecognizeResult
62 @is_new_command.setter
63 def is_new_command(self, value): member in RecognizeResult
152 recognize_element.is_new_command = False
184 recognize_element.is_new_command = True
186 recognize_element.is_new_command = False
A Drecognize_commands.cc38 bool* is_new_command) { in ProcessLatestResults() argument
72 *is_new_command = false; in ProcessLatestResults()
117 *is_new_command = true; in ProcessLatestResults()
119 *is_new_command = false; in ProcessLatestResults()
A Dtest_streaming_accuracy.cc267 bool is_new_command; in main() local
269 outputs[0], current_time_ms, &found_command, &score, &is_new_command); in main()
275 if (is_new_command && (found_command != "_silence_")) { in main()
A Drecognize_commands.h60 bool* is_new_command);
A Dtest_streaming_accuracy.py162 if (recognize_element.is_new_command and
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/
A Drecognize_commands_test.cc86 bool is_new_command; in TF_LITE_MICRO_TEST() local
107 bool is_new_command; in TF_LITE_MICRO_TEST() local
112 &is_new_command)); in TF_LITE_MICRO_TEST()
113 if (is_new_command) { in TF_LITE_MICRO_TEST()
133 bool is_new_command; in TF_LITE_MICRO_TEST() local
138 &is_new_command)); in TF_LITE_MICRO_TEST()
139 if (is_new_command) { in TF_LITE_MICRO_TEST()
164 bool is_new_command; in TF_LITE_MICRO_TEST() local
183 bool is_new_command; in TF_LITE_MICRO_TEST() local
205 bool is_new_command; in TF_LITE_MICRO_TEST() local
[all …]
A Drecognize_commands.cc40 const char** found_command, uint8_t* score, bool* is_new_command) { in ProcessLatestResults() argument
90 *is_new_command = false; in ProcessLatestResults()
151 *is_new_command = true; in ProcessLatestResults()
156 *is_new_command = false; in ProcessLatestResults()
A Dcommand_responder.cc73 uint8_t score, bool is_new_command) { in RespondToCommand() argument
74 if (is_new_command) { in RespondToCommand()
A Dcommand_responder.h30 uint8_t score, bool is_new_command);
A Dmain_functions.cc192 bool is_new_command = false; in loop() local
194 output, current_time, &found_command, &score, &is_new_command); in loop()
205 is_new_command); in loop()
A Drecognize_commands.h143 bool* is_new_command);

Completed in 14 milliseconds