Home
last modified time | relevance | path

Searched refs:detection_threshold_ (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/speech_commands/
A Drecognize_commands.cc26 detection_threshold_(detection_threshold), in RecognizeCommands()
112 if ((current_top_score > detection_threshold_) && in ProcessLatestResults()
A Drecognize_commands.h66 float detection_threshold_; variable
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/
A Drecognize_commands.cc30 detection_threshold_(detection_threshold), in RecognizeCommands()
146 if ((current_top_score > detection_threshold_) && in ProcessLatestResults()
A Drecognize_commands.h149 uint8_t detection_threshold_; variable

Completed in 6 milliseconds