Home
last modified time | relevance | path

Searched refs:all_found_words (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/examples/speech_commands/
Dtest_streaming_accuracy.py126 all_found_words = []
164 all_found_words.append(
167 stats.calculate_accuracy_stats(all_found_words, current_time_ms,
179 stats.calculate_accuracy_stats(all_found_words, -1, FLAGS.time_tolerance_ms)
Dtest_streaming_accuracy.cc244 std::vector<std::pair<string, int64>> all_found_words; in main() local
276 all_found_words.push_back({found_command, current_time_ms}); in main()
279 tensorflow::CalculateAccuracyStats(ground_truth_list, all_found_words, in main()
307 tensorflow::CalculateAccuracyStats(ground_truth_list, all_found_words, -1, in main()