Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/random/
Drandom_distributions.h78 static const int kElementCost = 3; variable
102 static const int kElementCost = 3; variable
126 static const int kElementCost = 3; variable
150 static const int kElementCost = 3; variable
174 static const int kElementCost = 3; variable
209 static const int kElementCost = 3; variable
331 static const int kElementCost = 70; variable
358 static const int kElementCost = 70; variable
388 static const int kElementCost = 70; variable
412 static const int kElementCost = 70; variable
[all …]
Dphilox_random.h110 static const int kElementCost = 10; variable
/external/tensorflow/tensorflow/core/kernels/
Drandom_poisson_op.cc265 static const int kElementCost = 165 + 6 * Uniform::kElementCost + in operator ()() local
266 6 * random::PhiloxRandom::kElementCost; in operator ()()
269 num_rate * num_samples, kElementCost, DoWork); in operator ()()
Drandom_op.cc166 (random::PhiloxRandom::kElementCost + Distribution::kElementCost); in operator ()()
440 static const int kElementCost = 85 + 2 * Normal::kElementCost + in Compute() local
441 Uniform::kElementCost + in Compute()
442 3 * PhiloxRandom::kElementCost; in Compute()
445 num_alphas * num_samples, kElementCost, DoWork); in Compute()
Dparameterized_truncated_normal_op.cc292 random::PhiloxRandom::kElementCost + in operator ()()
293 random::UniformDistribution<random::PhiloxRandom, T>::kElementCost; in operator ()()