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.h306 static constexpr int kNativeElementCount = Generator::kResultElementCount; variable
329 int num_unused_results = kNativeElementCount - used_result_index_; in Skip()
335 used_result_index_ = kNativeElementCount; in Skip()
336 SkipFromGenerator(num_skips / kNativeElementCount); in Skip()
337 num_skips = num_skips % kNativeElementCount; in Skip()
510 SingleSampleGenerator::kNativeElementCount;
556 SingleSampleGenerator::kNativeElementCount;
603 SingleSampleGenerator::kNativeElementCount;
650 (SingleSampleGenerator::kNativeElementCount > 1)
651 ? SingleSampleGenerator::kNativeElementCount / 2