Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/meta/
Dshard_sample.cc58 sampler_type_(kSubsetSampler) {} 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()
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/include/common/
Dshard_utils.h81 …{ kCustomTopNSampler, kCustomTopPercentSampler, kSubsetRandomSampler, kPKSampler, kSubsetSampler }; enumerator