Home
last modified time | relevance | path

Searched refs:GetSortedFileNames (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/tools/evaluation/
Dutils.h60 TfLiteStatus GetSortedFileNames(
64 inline TfLiteStatus GetSortedFileNames(const std::string& directory, in GetSortedFileNames() function
66 return GetSortedFileNames(directory, result, in GetSortedFileNames()
Dutils_test.cc65 EXPECT_EQ(GetSortedFileNames(kDirPath, &files), kTfLiteOk); in TEST()
71 EXPECT_EQ(GetSortedFileNames("wrong_path", &files), kTfLiteError); in TEST()
Dutils.cc64 TfLiteStatus GetSortedFileNames( in GetSortedFileNames() function
/external/tensorflow/tensorflow/lite/tools/evaluation/tasks/imagenet_image_classification/
Drun_eval.cc116 if (GetSortedFileNames(StripTrailingSlashes(ground_truth_images_path_), in RunImpl()
/external/tensorflow/tensorflow/lite/tools/evaluation/tasks/coco_object_detection/
Drun_eval.cc114 if (GetSortedFileNames(StripTrailingSlashes(ground_truth_images_path_), in RunImpl()