Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Drandom_op_gpu.cu.cc53 random::UniformFullIntDistribution<random::PhiloxRandom, int32> >;
56 random::UniformFullIntDistribution<random::PhiloxRandom, int64> >;
59 random::UniformFullIntDistribution<random::PhiloxRandom, uint32> >;
62 random::UniformFullIntDistribution<random::PhiloxRandom, uint64> >;
Dstateful_random_ops_gpu.cu.cc150 GPUDevice, random::UniformFullIntDistribution<
153 GPUDevice, random::UniformFullIntDistribution<
156 GPUDevice, random::UniformFullIntDistribution<
159 GPUDevice, random::UniformFullIntDistribution<
Drandom_op.cc368 random::UniformFullIntDistribution<random::PhiloxRandom, IntType>>
428 random::UniformFullIntDistribution<random::PhiloxRandom, IntType>>
Dstateless_random_ops.cc163 typedef random::UniformFullIntDistribution<random::PhiloxRandom, IntType> in Fill()
Dstateless_random_ops_v2.cc180 typedef random::UniformFullIntDistribution<random::PhiloxRandom, IntType> in Fill()
Dstateful_random_ops.cc240 random::UniformFullIntDistribution<random::PhiloxRandom, IntType>(), in Compute()
/external/tensorflow/tensorflow/core/lib/random/
Drandom_distributions.h240 class UniformFullIntDistribution; variable
291 class UniformFullIntDistribution<Generator, int32>
294 class UniformFullIntDistribution<Generator, uint32>
297 class UniformFullIntDistribution<Generator, int64>
300 class UniformFullIntDistribution<Generator, uint64>