Home
last modified time | relevance | path

Searched refs:kCustomTopNSampler (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/meta/
Dshard_sample.cc31 sampler_type_(kCustomTopNSampler),
66 if (sampler_type_ == kCustomTopNSampler) { in GetNumSamples()
142 if (sampler_type_ == kCustomTopNSampler) { // non sharding case constructor #1 in Execute()
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/include/common/
Dshard_utils.h81 enum SamplerType { kCustomTopNSampler, kCustomTopPercentSampler, kSubsetRandomSampler, kPKSampler, … enumerator