Home
last modified time | relevance | path

Searched refs:ReadFileLines (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/lite/tools/evaluation/
Dutils_test.cc49 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()
Dutils.h55 bool ReadFileLines(const std::string& file_path,
Dutils.cc47 bool ReadFileLines(const std::string& file_path, in ReadFileLines() function
/external/tensorflow/tensorflow/lite/tools/evaluation/tasks/imagenet_image_classification/
Drun_eval.cc120 if (!ReadFileLines(ground_truth_labels_path_, &ground_truth_image_labels)) { in RunImpl()
143 if (!ReadFileLines(model_output_labels_path_, &model_labels)) { in RunImpl()
/external/tensorflow/tensorflow/lite/tools/evaluation/stages/
Dimage_classification_stage.cc157 if (!tflite::evaluation::ReadFileLines(denylist_file_path, &lines)) { in FilterDenyListedImages()
/external/tensorflow/tensorflow/lite/tools/evaluation/tasks/coco_object_detection/
Drun_eval.cc120 if (!ReadFileLines(model_output_labels_path_, &model_labels)) { in RunImpl()