Home
last modified time | relevance | path

Searched defs:num_padded (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/tests/ut/python/dataset/
Dtest_minddataset_padded.py177 def partitions(num_shards, num_padded, dataset_size): argument
217 def partitions(num_shards, num_padded, dataset_size): argument
289 def partitions(num_shards, num_padded): argument
314 def partitions(num_shards, num_padded): argument
336 def partitions(num_shards, num_padded): argument
360 def partitions(num_shards, num_padded): argument
384 def partitions(num_shards, num_padded): argument
407 def partitions(num_shards, num_padded): argument
433 def partitions(num_shards, num_padded, dataset_size): argument
474 def partitions(num_shards, num_padded, dataset_size): argument
[all …]
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/source/
Dminddata_node.cc30 … const std::shared_ptr<SamplerObj> &sampler, nlohmann::json padded_sample, int64_t num_padded, in MindDataNode()
45 … const std::shared_ptr<SamplerObj> &sampler, nlohmann::json padded_sample, int64_t num_padded, in MindDataNode()
137 int64_t num_padded, ShuffleMode shuffle_mode) { in BuildMindDatasetSamplerChain()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/
Dmindrecord_op.cc44 … const std::vector<std::shared_ptr<ShardOperator>> &operators, int64_t num_padded, in MindRecordOp()
319 … const std::shared_ptr<ShardOperator> &op, int64_t *count, int64_t num_padded) { in CountTotalRows()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/engine/ir/datasetops/source/
Dbindings.cc217 … const py::dict &padded_sample, int64_t num_padded, ShuffleMode shuffle_mode) { in __anon810239691a02()
229 … const py::dict &padded_sample, int64_t num_padded, ShuffleMode shuffle_mode) { in __anon810239691a02()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/
Ddatasets.cc1144 int64_t num_padded, ShuffleMode shuffle_mode, in MindDataDataset()
1158 … const nlohmann::json *padded_sample, int64_t num_padded, ShuffleMode shuffle_mode, in MindDataDataset()
1173 int64_t num_padded, ShuffleMode shuffle_mode, in MindDataDataset()
1189 int64_t num_padded, ShuffleMode shuffle_mode, in MindDataDataset()
1204 … const nlohmann::json *padded_sample, int64_t num_padded, ShuffleMode shuffle_mode, in MindDataDataset()
1220 int64_t num_padded, ShuffleMode shuffle_mode, in MindDataDataset()
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/io/
Dshard_reader.cc925 … const std::shared_ptr<ShardOperator> &ops, int64_t *count, const int num_padded) { in CountTotalRows()
984 … const std::vector<std::shared_ptr<ShardOperator>> &operators, int num_padded, bool lazy_load) { in Open()
/third_party/mindspore/mindspore/dataset/engine/
Ddatasets.py3604 … shard_id=None, sampler=None, padded_sample=None, num_padded=None, num_samples=None, cache=None): argument