Searched refs:GetSortedFileNames (Results 1 – 5 of 5) sorted by relevance
59 TfLiteStatus GetSortedFileNames(63 inline TfLiteStatus GetSortedFileNames(const std::string& directory, in GetSortedFileNames() function65 return GetSortedFileNames(directory, result, in GetSortedFileNames()
65 EXPECT_EQ(GetSortedFileNames(kDirPath, &files), kTfLiteOk); in TEST()71 EXPECT_EQ(GetSortedFileNames("wrong_path", &files), kTfLiteError); in TEST()
67 TfLiteStatus GetSortedFileNames( in GetSortedFileNames() function
115 if (GetSortedFileNames(StripTrailingSlashes(ground_truth_images_path_), in RunImpl()
117 if (GetSortedFileNames(StripTrailingSlashes(ground_truth_images_path_), in RunImpl()