Searched refs:found_word (Results 1 – 2 of 2) sorted by relevance
111 for found_word in found_words:112 found_label = found_word[0]113 found_time = found_word[1]
82 for (const std::pair<string, int64>& found_word : found_words) { in CalculateAccuracyStats() local83 const string& found_label = found_word.first; in CalculateAccuracyStats()84 const int64 found_time = found_word.second; in CalculateAccuracyStats()
Completed in 3 milliseconds