Searched refs:kSubsetRandomSampler (Results 1 – 2 of 2) sorted by relevance
61 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()
81 enum SamplerType { kCustomTopNSampler, kCustomTopPercentSampler, kSubsetRandomSampler, kPKSampler, … enumerator