Home
last modified time | relevance | path

Searched defs:detection_threshold (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/micro/examples/micro_speech/
Drecognize_commands.cc22 uint8_t detection_threshold, in RecognizeCommands()
/external/tensorflow/tensorflow/examples/speech_commands/
Drecognize_commands.py91 def __init__(self, labels, average_window_duration_ms, detection_threshold, argument
Drecognize_commands.cc22 float detection_threshold, in RecognizeCommands()
Dtest_streaming_accuracy.cc146 float detection_threshold = 0.7f; in main() local