Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/micro/examples/micro_speech/
Drecognize_commands.cc32 previous_top_label_time_ = std::numeric_limits<int32_t>::min(); in RecognizeCommands()
124 (previous_top_label_time_ == std::numeric_limits<int32_t>::min())) { in ProcessLatestResults()
127 time_since_last_top = current_time_ms - previous_top_label_time_; in ProcessLatestResults()
133 previous_top_label_time_ = current_time_ms; in ProcessLatestResults()
Drecognize_commands.h156 int32_t previous_top_label_time_; variable
/external/tensorflow/tensorflow/examples/speech_commands/
Drecognize_commands.cc31 previous_top_label_time_ = std::numeric_limits<int64>::min(); in RecognizeCommands()
107 (previous_top_label_time_ == std::numeric_limits<int64>::min())) { in ProcessLatestResults()
110 time_since_last_top = current_time_ms - previous_top_label_time_; in ProcessLatestResults()
116 previous_top_label_time_ = current_time_ms; in ProcessLatestResults()
Drecognize_commands.h74 int64 previous_top_label_time_; variable