Searched refs:get_matching_files (Results 1 – 7 of 7) sorted by relevance
343 if file_io.get_matching_files(v2_path) or file_io.get_matching_files(372 if file_io.get_matching_files(pathname):374 elif file_io.get_matching_files(checkpoint_prefix):404 fnames = file_io.get_matching_files(pathname)452 for pathname in file_io.get_matching_files(filespec):
105 variables_filename_list = file_io.get_matching_files(115 variables_filename_list = file_io.get_matching_files(variables_filename)
155 files_list = file_io.get_matching_files(list_files_pattern)165 files_list = file_io.get_matching_files(list_files_pattern)
28 from tensorflow.python.lib.io.file_io import get_matching_files as Glob
148 file_io.get_matching_files(os.path.join(dir_path, "file*.txt")),150 self.assertItemsEqual(file_io.get_matching_files(tuple()), [])155 file_io.get_matching_files(files_subset), files_subset)604 file_io.get_matching_files(os.path.join(dir_path, "*", "file*.txt")),
355 def get_matching_files(filename): function
325 golden_file_list = file_io.get_matching_files(golden_file_pattern)