Searched defs:shard_equal_rows (Results 1 – 7 of 7) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/source/ |
D | tf_record_node.h | 40 … int32_t num_shards, int32_t shard_id, bool shard_equal_rows, std::shared_ptr<DatasetCache> cache) in TFRecordNode() 61 … int32_t num_shards, int32_t shard_id, bool shard_equal_rows, std::shared_ptr<DatasetCache> cache) in TFRecordNode()
|
D | tf_record_node.cc | 258 bool shard_equal_rows = json_obj["shard_equal_rows"]; in from_json() local
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/engine/ir/datasetops/source/ |
D | bindings.cc | 297 int32_t num_shards, int32_t shard_id, bool shard_equal_rows) { in __anon810239692602() 306 bool shard_equal_rows) { in __anon810239692602()
|
/third_party/mindspore/tests/ut/data/dataset/tf_file_dataset/ |
D | pyvision_dataset_pipeline.json | 1 …e_path":"../data/dataset/test_tf_file_3_images/datasetSchema.json","shard_equal_rows":false,"shard… boolean
|
/third_party/mindspore/tests/ut/cpp/dataset/ |
D | deserialize_test.cc | 403 bool shard_equal_rows = false; in TEST_F() local
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/ |
D | datasets.cc | 1334 … ShuffleMode shuffle, int32_t num_shards, int32_t shard_id, bool shard_equal_rows, in TFRecordDataset() 1343 … ShuffleMode shuffle, int32_t num_shards, int32_t shard_id, bool shard_equal_rows, in TFRecordDataset()
|
/third_party/mindspore/mindspore/dataset/engine/ |
D | datasets.py | 4298 … shuffle=Shuffle.GLOBAL, num_shards=None, shard_id=None, shard_equal_rows=False, cache=None): argument
|