Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/api/
Dsamplers.cc128 WeightedRandomSampler::WeightedRandomSampler(const std::vector<double> &weights, int64_t num_sample… in WeightedRandomSampler() function in mindspore::dataset::WeightedRandomSampler
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/engine/
Dsamplers.py829 class WeightedRandomSampler(BuiltinSampler): class