Searched refs:UniformFullIntDistribution (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | random_op_gpu.cu.cc | 53 random::UniformFullIntDistribution<random::PhiloxRandom, int32> >; 56 random::UniformFullIntDistribution<random::PhiloxRandom, int64> >; 59 random::UniformFullIntDistribution<random::PhiloxRandom, uint32> >; 62 random::UniformFullIntDistribution<random::PhiloxRandom, uint64> >;
|
D | stateful_random_ops_gpu.cu.cc | 150 GPUDevice, random::UniformFullIntDistribution< 153 GPUDevice, random::UniformFullIntDistribution< 156 GPUDevice, random::UniformFullIntDistribution< 159 GPUDevice, random::UniformFullIntDistribution<
|
D | random_op.cc | 368 random::UniformFullIntDistribution<random::PhiloxRandom, IntType>> 428 random::UniformFullIntDistribution<random::PhiloxRandom, IntType>>
|
D | stateless_random_ops.cc | 163 typedef random::UniformFullIntDistribution<random::PhiloxRandom, IntType> in Fill()
|
D | stateless_random_ops_v2.cc | 180 typedef random::UniformFullIntDistribution<random::PhiloxRandom, IntType> in Fill()
|
D | stateful_random_ops.cc | 240 random::UniformFullIntDistribution<random::PhiloxRandom, IntType>(), in Compute()
|
/external/tensorflow/tensorflow/core/lib/random/ |
D | random_distributions.h | 240 class UniformFullIntDistribution; variable 291 class UniformFullIntDistribution<Generator, int32> 294 class UniformFullIntDistribution<Generator, uint32> 297 class UniformFullIntDistribution<Generator, int64> 300 class UniformFullIntDistribution<Generator, uint64>
|