Searched refs:check_filename (Results 1 – 12 of 12) sorted by relevance
/third_party/mindspore/mindspore/mindrecord/tools/ |
D | mnist_to_mr.py | 26 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)
|
D | imagenet_to_mr.py | 24 from ..shardutils import check_filename, ExceptionThread 56 check_filename(map_file) 59 check_filename(image_dir) 62 check_filename(destination)
|
D | cifar10_to_mr.py | 27 from ..shardutils import check_filename, ExceptionThread, SUCCESS, FAILED 54 check_filename(source) 71 check_filename(destination)
|
D | cifar100_to_mr.py | 27 from ..shardutils import check_filename, ExceptionThread, SUCCESS, FAILED 54 check_filename(source) 71 check_filename(destination)
|
D | csv_to_mr.py | 23 from ..shardutils import check_filename, ExceptionThread 56 check_filename(source) 65 check_filename(destination)
|
D | cifar10.py | 25 from ..shardutils import check_filename 85 check_filename(path)
|
D | cifar100.py | 24 from ..shardutils import check_filename 88 check_filename(path)
|
D | tfrecord_to_mr.py | 24 from ..shardutils import check_filename, ExceptionThread 130 check_filename(source, "source") 134 check_filename(destination, "destination")
|
/third_party/mindspore/mindspore/mindrecord/ |
D | shardutils.py | 71 def check_filename(path, arg_name=""): function 124 check_filename(f) 126 check_filename(value)
|
D | filewriter.py | 28 check_filename, VALUE_TYPE_MAP 72 check_filename(file_name) 137 check_filename(file_name)
|
/third_party/python/Lib/test/ |
D | test_unicode_file_functions.py | 87 check_filename=True): argument 91 if check_filename:
|
/third_party/mindspore/mindspore/dataset/core/ |
D | validator_helpers.py | 498 def check_filename(path): function 553 check_filename(dataset_file)
|