Searched refs:kElementCost (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/core/lib/random/ |
D | random_distributions.h | 75 static constexpr int kElementCost = 3; variable 99 static constexpr int kElementCost = 3; variable 123 static constexpr int kElementCost = 3; variable 147 static constexpr int kElementCost = 3; variable 171 static constexpr int kElementCost = 3; variable 206 static constexpr int kElementCost = 3; variable 248 static constexpr int kElementCost = 3; variable 272 static constexpr int kElementCost = 3; variable 395 static constexpr int kElementCost = 70; variable 422 static constexpr int kElementCost = 70; variable [all …]
|
D | philox_random.h | 110 static constexpr int kElementCost = 10; variable
|
/external/tensorflow/tensorflow/core/kernels/ |
D | stateless_random_gamma_op.cc | 180 static const int kElementCost = 85 + 2 * Normal::kElementCost + in Fill() local 181 Uniform::kElementCost + in Fill() 182 3 * random::PhiloxRandom::kElementCost; in Fill() 185 kElementCost, DoWork); in Fill()
|
D | random_poisson_op.cc | 269 static const int kElementCost = 165 + 6 * Uniform::kElementCost + in operator ()() local 270 6 * random::PhiloxRandom::kElementCost; in operator ()() 273 num_rate * num_samples, kElementCost, DoWork); in operator ()()
|
D | random_op.cc | 313 static const int kElementCost = 85 + 2 * Normal::kElementCost + in Compute() local 314 Uniform::kElementCost + in Compute() 315 3 * PhiloxRandom::kElementCost; in Compute() 318 num_alphas * samples_per_alpha, kElementCost, DoWork); in Compute()
|
D | random_op_cpu.h | 171 (random::PhiloxRandom::kElementCost + Distribution::kElementCost);
|
D | random_binomial_op.cc | 315 static const int kElementCost = 329 + 6 * Uniform::kElementCost + in operator ()() local 316 6 * random::PhiloxRandom::kElementCost; in operator ()() 318 kElementCost, DoWork); in operator ()()
|
D | parameterized_truncated_normal_op.cc | 293 random::PhiloxRandom::kElementCost + in operator ()() 294 random::UniformDistribution<random::PhiloxRandom, T>::kElementCost; in operator ()() 584 random::PhiloxRandom::kElementCost + in operator ()() 585 random::UniformDistribution<random::PhiloxRandom, T>::kElementCost; in operator ()()
|
/external/tensorflow/tensorflow/security/advisory/ |
D | tfsa-2020-014.md | 23 num_alphas * samples_per_alpha, kElementCost, DoWork);
|