Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/random/
Drandom_distributions.h247 static const int kNativeElementCount = Generator::kResultElementCount; variable
270 int num_unused_results = kNativeElementCount - used_result_index_; in Skip()
276 used_result_index_ = kNativeElementCount; in Skip()
277 SkipFromGenerator(num_skips / kNativeElementCount); in Skip()
278 num_skips = num_skips % kNativeElementCount; in Skip()
454 SingleSampleGenerator::kNativeElementCount;
496 SingleSampleGenerator::kNativeElementCount;
539 SingleSampleGenerator::kNativeElementCount;
582 (SingleSampleGenerator::kNativeElementCount > 1)
583 ? SingleSampleGenerator::kNativeElementCount / 2