Home
last modified time | relevance | path

Searched refs:ReadGroundTruthFile (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/examples/speech_commands/
Daccuracy_utils_test.cc27 TEST(AccuracyUtilsTest, ReadGroundTruthFile) { in TEST() argument
34 TF_ASSERT_OK(ReadGroundTruthFile(file_name, &ground_truth)); in TEST()
Daccuracy_utils.h42 Status ReadGroundTruthFile(const string& file_name,
Daccuracy_utils.cc27 Status ReadGroundTruthFile(const string& file_name, in ReadGroundTruthFile() function
Dtest_streaming_accuracy.cc204 tensorflow::ReadGroundTruthFile(ground_truth, &ground_truth_list); in main()