Searched refs:how_many_ground_truth_words (Results 1 – 3 of 3) sorted by relevance
69 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()
28 : how_many_ground_truth_words(0), in StreamingAccuracyStats()33 int32 how_many_ground_truth_words; member
47 EXPECT_EQ(2, stats.how_many_ground_truth_words); in TEST()