HomeSort by relevance Sort by last modified time
    Searched refs:how_many_ground_truth_words (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/examples/speech_commands/
accuracy_utils.h 28 : how_many_ground_truth_words(0),
33 int32 how_many_ground_truth_words; member in struct:tensorflow::StreamingAccuracyStats
accuracy_utils.cc 69 stats->how_many_ground_truth_words = 0;
75 ++stats->how_many_ground_truth_words;
116 if (stats.how_many_ground_truth_words == 0) {
122 stats.how_many_ground_truth_words;
124 stats.how_many_ground_truth_words;
126 stats.how_many_ground_truth_words;
129 stats.how_many_ground_truth_words;
accuracy_utils_test.cc 47 EXPECT_EQ(2, stats.how_many_ground_truth_words);

Completed in 80 milliseconds