Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/examples/speech_commands/
Daccuracy_utils.cc69 stats->how_many_ground_truth_words = 0; in CalculateAccuracyStats()
75 ++stats->how_many_ground_truth_words; in CalculateAccuracyStats()
116 if (stats.how_many_ground_truth_words == 0) { in PrintAccuracyStats()
122 stats.how_many_ground_truth_words; in PrintAccuracyStats()
124 stats.how_many_ground_truth_words; in PrintAccuracyStats()
126 stats.how_many_ground_truth_words; in PrintAccuracyStats()
129 stats.how_many_ground_truth_words; in PrintAccuracyStats()
Daccuracy_utils.h28 : how_many_ground_truth_words(0), in StreamingAccuracyStats()
33 int32 how_many_ground_truth_words; member
Daccuracy_utils_test.cc47 EXPECT_EQ(2, stats.how_many_ground_truth_words); in TEST()