Home
last modified time | relevance | path

Searched refs:FillPhiloxRandomKernel (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Drandom_op_gpu.h29 struct FillPhiloxRandomKernel;
32 struct FillPhiloxRandomKernel<Distribution, false> {
39 struct FillPhiloxRandomKernel<Distribution, true> {
131 PHILOX_DEVICE_FUNC void FillPhiloxRandomKernel<Distribution, false>::Run(
162 PHILOX_DEVICE_FUNC void FillPhiloxRandomKernel<Distribution, true>::Run(
Drandom_op.cc573 struct FillPhiloxRandomKernel;
576 struct FillPhiloxRandomKernel<Distribution, false> { struct
581 FillPhiloxRandomKernel(write_accessor& data, random::PhiloxRandom& gen, in FillPhiloxRandomKernel() function
623 struct FillPhiloxRandomKernel<Distribution, true> { struct
628 FillPhiloxRandomKernel(write_accessor& data, random::PhiloxRandom& gen, in FillPhiloxRandomKernel() argument
695 FillPhiloxRandomKernel<Distribution, in operator ()()
Drandom_op_gpu.cu.cc46 FillPhiloxRandomKernel<Distribution, in FillPhiloxRandomKernelLaunch()
Dstateful_random_ops_gpu.cu.cc43 functor::FillPhiloxRandomKernel<Distribution, in FillKernel()