Home
last modified time | relevance | path

Searched refs:check_filename (Results 1 – 12 of 12) sorted by relevance

/third_party/mindspore/mindspore/mindrecord/tools/
Dmnist_to_mr.py26 from ..shardutils import check_filename, ExceptionThread, SUCCESS, FAILED
55 check_filename(source)
63 check_filename(self.train_data_filename_)
64 check_filename(self.train_labels_filename_)
65 check_filename(self.test_data_filename_)
66 check_filename(self.test_labels_filename_)
67 check_filename(destination)
Dimagenet_to_mr.py24 from ..shardutils import check_filename, ExceptionThread
56 check_filename(map_file)
59 check_filename(image_dir)
62 check_filename(destination)
Dcifar10_to_mr.py27 from ..shardutils import check_filename, ExceptionThread, SUCCESS, FAILED
54 check_filename(source)
71 check_filename(destination)
Dcifar100_to_mr.py27 from ..shardutils import check_filename, ExceptionThread, SUCCESS, FAILED
54 check_filename(source)
71 check_filename(destination)
Dcsv_to_mr.py23 from ..shardutils import check_filename, ExceptionThread
56 check_filename(source)
65 check_filename(destination)
Dcifar10.py25 from ..shardutils import check_filename
85 check_filename(path)
Dcifar100.py24 from ..shardutils import check_filename
88 check_filename(path)
Dtfrecord_to_mr.py24 from ..shardutils import check_filename, ExceptionThread
130 check_filename(source, "source")
134 check_filename(destination, "destination")
/third_party/mindspore/mindspore/mindrecord/
Dshardutils.py71 def check_filename(path, arg_name=""): function
124 check_filename(f)
126 check_filename(value)
Dfilewriter.py28 check_filename, VALUE_TYPE_MAP
72 check_filename(file_name)
137 check_filename(file_name)
/third_party/python/Lib/test/
Dtest_unicode_file_functions.py87 check_filename=True): argument
91 if check_filename:
/third_party/mindspore/mindspore/dataset/core/
Dvalidator_helpers.py498 def check_filename(path): function
553 check_filename(dataset_file)