Searched refs:previous_top_label_ (Results 1 – 4 of 4) sorted by relevance
31 previous_top_label_ = "silence"; in RecognizeCommands()85 *found_command = previous_top_label_; in ProcessLatestResults()123 if ((previous_top_label_ == kCategoryLabels[0]) || in ProcessLatestResults()130 ((current_top_label != previous_top_label_) || in ProcessLatestResults()132 previous_top_label_ = current_top_label; in ProcessLatestResults()
155 const char* previous_top_label_; variable
30 previous_top_label_ = "_silence_"; in RecognizeCommands()70 *found_command = previous_top_label_; in ProcessLatestResults()106 if ((previous_top_label_ == "_silence_") || in ProcessLatestResults()113 (current_top_label != previous_top_label_) && in ProcessLatestResults()115 previous_top_label_ = current_top_label; in ProcessLatestResults()
72 string previous_top_label_; variable