Home
last modified time | relevance | path

Searched refs:IMAGENET_TFFILE_DIR (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/tests/ut/python/dataset/
Dtest_datasets_get_dataset_size.py20 IMAGENET_TFFILE_DIR = ["../data/dataset/test_tf_file_3_images2/train-0000-of-0001.data", variable
54 ds_total = ds.TFRecordDataset(IMAGENET_TFFILE_DIR)
57 …ds_shard_1_0 = ds.TFRecordDataset(IMAGENET_TFFILE_DIR, num_shards=1, shard_id=0, shard_equal_rows=…
60 …ds_shard_2_0 = ds.TFRecordDataset(IMAGENET_TFFILE_DIR, num_shards=2, shard_id=0, shard_equal_rows=…
63 …ds_shard_3_0 = ds.TFRecordDataset(IMAGENET_TFFILE_DIR, num_shards=3, shard_id=0, shard_equal_rows=…
72 ds_shard_4_0 = ds.TFRecordDataset(IMAGENET_TFFILE_DIR, num_shards=4, shard_id=0)
228 …dataset = ds.TFRecordDataset(IMAGENET_TFFILE_DIR, SCHEMA_FILE, columns_list=["image"], shuffle=Fal…
246 tf1 = ds.TFRecordDataset(IMAGENET_TFFILE_DIR, shuffle=True)
247 tf2 = ds.TFRecordDataset(IMAGENET_TFFILE_DIR, shuffle=True)
Dtest_sampler_chain.py24 IMAGENET_TFFILE_DIR = ["../data/dataset/test_tf_file_3_images2/train-0000-of-0001.data", variable