Searched refs:ReadFileLines (Results 1 – 6 of 6) sorted by relevance
49 EXPECT_FALSE(ReadFileLines(correct_path, nullptr)); in TEST()50 EXPECT_FALSE(ReadFileLines(wrong_path, &lines)); in TEST()56 EXPECT_TRUE(ReadFileLines(file_path, &lines)); in TEST()
55 bool ReadFileLines(const std::string& file_path,
47 bool ReadFileLines(const std::string& file_path, in ReadFileLines() function
120 if (!ReadFileLines(ground_truth_labels_path_, &ground_truth_image_labels)) { in RunImpl()143 if (!ReadFileLines(model_output_labels_path_, &model_labels)) { in RunImpl()
157 if (!tflite::evaluation::ReadFileLines(denylist_file_path, &lines)) { in FilterDenyListedImages()
120 if (!ReadFileLines(model_output_labels_path_, &model_labels)) { in RunImpl()