Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/
Dsamplers.cc56 RandomSampler::RandomSampler(bool replacement, int64_t num_samples) in RandomSampler() function in mindspore::dataset::RandomSampler
/third_party/mindspore/mindspore/dataset/engine/
Dsamplers.py508 class RandomSampler(BuiltinSampler): class