Home
last modified time | relevance | path

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

/tflite-micro-3.4.0-2.7.6/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