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 D | recognize_commands_test.cc | 33 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 D | recognize_commands.py | 59 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 D | recognize_commands.cc | 38 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 D | test_streaming_accuracy.cc | 267 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 D | recognize_commands.h | 60 bool* is_new_command);
|
A D | test_streaming_accuracy.py | 162 if (recognize_element.is_new_command and
|
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/ |
A D | recognize_commands_test.cc | 86 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 D | recognize_commands.cc | 40 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 D | command_responder.cc | 73 uint8_t score, bool is_new_command) { in RespondToCommand() argument 74 if (is_new_command) { in RespondToCommand()
|
A D | command_responder.h | 30 uint8_t score, bool is_new_command);
|
A D | main_functions.cc | 192 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 D | recognize_commands.h | 143 bool* is_new_command);
|
Completed in 14 milliseconds