Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Drandom_op.cc81 int64 start_group, int64 limit_group, Distribution dist) { in Run()
84 gen.Skip(start_group); in Run()
85 int64 offset = start_group * kGroupSize; in Run()
89 for (int64 index = start_group; index < limit_group_full; ++index) { in Run()
112 int64 start_group, int64 limit_group, Distribution dist) { in Run()
119 int64 offset = start_group * kGroupSize; in Run()
124 for (group_index = start_group; group_index < limit_group_full; in Run()
169 [&gen, data, size, dist](int64 start_group, int64 limit_group) { in operator ()() argument
173 start_group, in operator ()()