Home
last modified time | relevance | path

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

/third_party/mindspore/tests/st/model_zoo_tests/yolov3_darknet53/src/
Ddistributed_sampler.py21 class DistributedSampler: class
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/
Dsamplers.cc32 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/dataset/engine/
Dsamplers.py321 class DistributedSampler(BuiltinSampler): class