Searched refs:GetSortedFileNames (Results 1 – 5 of 5) sorted by relevance
60 TfLiteStatus GetSortedFileNames(64 inline TfLiteStatus GetSortedFileNames(const std::string& directory, in GetSortedFileNames() function66 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()
64 TfLiteStatus GetSortedFileNames( in GetSortedFileNames() function
116 if (GetSortedFileNames(StripTrailingSlashes(ground_truth_images_path_), in RunImpl()
114 if (GetSortedFileNames(StripTrailingSlashes(ground_truth_images_path_), in RunImpl()