Home
last modified time | relevance | path

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

/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/speech_commands/
A Drecognize_commands.cc25 average_window_duration_ms_(average_window_duration_ms), in RecognizeCommands()
58 const int64 time_limit = current_time_ms - average_window_duration_ms_; in ProcessLatestResults()
69 (samples_duration < (average_window_duration_ms_ / 4))) { in ProcessLatestResults()
A Drecognize_commands.h65 int32 average_window_duration_ms_; variable
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/
A Drecognize_commands.cc29 average_window_duration_ms_(average_window_duration_ms), in RecognizeCommands()
75 const int64_t time_limit = current_time_ms - average_window_duration_ms_; in ProcessLatestResults()
87 (samples_duration < (average_window_duration_ms_ / 4))) { in ProcessLatestResults()
A Drecognize_commands.h148 int32_t average_window_duration_ms_; variable

Completed in 9 milliseconds