Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/audio_processing/aec3/
H A Dmulti_channel_content_detector.cc29 float detection_threshold) { in HasStereoContent()
90 float detection_threshold, in MultiChannelContentDetector()
/aosp_15_r20/external/tensorflow/tensorflow/examples/speech_commands/
H A Drecognize_commands.cc22 float detection_threshold, in RecognizeCommands()
H A Drecognize_commands.py98 def __init__(self, labels, average_window_duration_ms, detection_threshold, argument
H A Dtest_streaming_accuracy.cc146 float detection_threshold = 0.7f; in main() local