Home
last modified time | relevance | path

Searched refs:found_words (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/examples/speech_commands/
Daccuracy_utils.py83 def calculate_accuracy_stats(self, found_words, up_to_time_ms, argument
111 for found_word in found_words:
Daccuracy_utils.cc60 const std::vector<std::pair<string, int64>>& found_words, in CalculateAccuracyStats() argument
82 for (const std::pair<string, int64>& found_word : found_words) { in CalculateAccuracyStats()
Daccuracy_utils.h51 const std::vector<std::pair<string, int64>>& found_words,