Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/meta/
Dshard_sample.cc61 sampler_type_ = kSubsetRandomSampler; in ShardSample()
77 if (sampler_type_ == kSubsetRandomSampler || sampler_type_ == kSubsetSampler) { in GetNumSamples()
87 if (sampler_type_ == kSubsetRandomSampler || sampler_type_ == kSubsetSampler) { in UpdateTasks()
145 } else if (sampler_type_ == kSubsetRandomSampler || sampler_type_ == kSubsetSampler) { in Execute()
167 if (sampler_type_ == kSubsetRandomSampler) { in SufExecute()
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/include/common/
Dshard_utils.h81 enum SamplerType { kCustomTopNSampler, kCustomTopPercentSampler, kSubsetRandomSampler, kPKSampler, … enumerator