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.h311 static constexpr int kNativeElementCount = Generator::kResultElementCount; variable
334 int num_unused_results = kNativeElementCount - used_result_index_; in Skip()
340 used_result_index_ = kNativeElementCount; in Skip()
341 SkipFromGenerator(num_skips / kNativeElementCount); in Skip()
342 num_skips = num_skips % kNativeElementCount; in Skip()
518 SingleSampleGenerator::kNativeElementCount;
564 SingleSampleGenerator::kNativeElementCount;
611 SingleSampleGenerator::kNativeElementCount;
658 (SingleSampleGenerator::kNativeElementCount > 1)
659 ? SingleSampleGenerator::kNativeElementCount / 2