Home
last modified time | relevance | path

Searched defs:DistributedSampler (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/api/
Dsamplers.cc42 DistributedSampler::DistributedSampler(int64_t num_shards, int64_t shard_id, bool shuffle, int64_t … in DistributedSampler() function in mindspore::dataset::DistributedSampler
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/engine/
Dsamplers.py333 class DistributedSampler(BuiltinSampler): class