Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/micro/examples/micro_speech/
Drecognize_commands.cc27 detection_threshold_(detection_threshold), in RecognizeCommands()
129 if ((current_top_score > detection_threshold_) && in ProcessLatestResults()
Drecognize_commands.h149 uint8_t detection_threshold_; variable
/external/tensorflow/tensorflow/examples/speech_commands/
Drecognize_commands.cc26 detection_threshold_(detection_threshold), in RecognizeCommands()
112 if ((current_top_score > detection_threshold_) && in ProcessLatestResults()
Drecognize_commands.h66 float detection_threshold_; variable