Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/
Dsamplers.cc88 WeightedRandomSampler::WeightedRandomSampler(std::vector<double> weights, int64_t num_samples, bool… in WeightedRandomSampler() function in mindspore::dataset::WeightedRandomSampler
/third_party/mindspore/mindspore/dataset/engine/
Dsamplers.py801 class WeightedRandomSampler(BuiltinSampler): class