Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/evaluation/
H A Dutils.h59 TfLiteStatus GetSortedFileNames(
63 inline TfLiteStatus GetSortedFileNames(const std::string& directory, in GetSortedFileNames() function
65 return GetSortedFileNames(directory, result, in GetSortedFileNames()
H A Dutils_test.cc65 EXPECT_EQ(GetSortedFileNames(kDirPath, &files), kTfLiteOk); in TEST()
71 EXPECT_EQ(GetSortedFileNames("wrong_path", &files), kTfLiteError); in TEST()
H A Dutils.cc67 TfLiteStatus GetSortedFileNames( in GetSortedFileNames() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/evaluation/tasks/coco_object_detection/
H A Drun_eval.cc115 if (GetSortedFileNames(StripTrailingSlashes(ground_truth_images_path_), in RunImpl()
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/evaluation/tasks/imagenet_image_classification/
H A Drun_eval.cc117 if (GetSortedFileNames(StripTrailingSlashes(ground_truth_images_path_), in RunImpl()