HomeSort by relevance Sort by last modified time
    Searched refs:kElementCost (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/core/lib/random/
random_distributions.h 60 static const int kElementCost = 3;
84 static const int kElementCost = 3;
108 static const int kElementCost = 3;
132 static const int kElementCost = 3;
166 static const int kElementCost = 3;
287 static const int kElementCost = 70;
314 static const int kElementCost = 70;
338 static const int kElementCost = 70;
382 static const int kElementCost = 90;
425 static const int kElementCost = 90
    [all...]
philox_random.h 109 static const int kElementCost = 10;
  /external/tensorflow/tensorflow/core/kernels/
random_poisson_op.cc 260 // In total this should be ~165 + 2 * Uniform::kElementCost.
265 static const int kElementCost = 165 + 6 * Uniform::kElementCost +
266 6 * random::PhiloxRandom::kElementCost;
269 num_rate * num_samples, kElementCost, DoWork);
random_op.cc 166 (random::PhiloxRandom::kElementCost + Distribution::kElementCost);
436 static const int kElementCost = 85 + 2 * Normal::kElementCost +
437 Uniform::kElementCost +
438 3 * PhiloxRandom::kElementCost;
441 num_alphas * num_samples, kElementCost, DoWork);
parameterized_truncated_normal_op.cc 217 random::PhiloxRandom::kElementCost +
218 random::UniformDistribution<random::PhiloxRandom, T>::kElementCost;

Completed in 201 milliseconds