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

  /external/tensorflow/tensorflow/core/kernels/
random_op.h 29 struct FillPhiloxRandom;
36 // functor::FillPhiloxRandom<CPUDevice, random::UniformDistribution>.
38 struct FillPhiloxRandom<CPUDevice, Distribution> {
49 struct FillPhiloxRandom<GPUDevice, Distribution> {
61 struct FillPhiloxRandom<SYCLDevice, Distribution> {
random_op_gpu.cu.cc 216 void FillPhiloxRandom<GPUDevice, Distribution>::operator()(
232 template struct FillPhiloxRandom<
234 template struct FillPhiloxRandom<
236 template struct FillPhiloxRandom<
238 template struct FillPhiloxRandom<
240 template struct FillPhiloxRandom<
242 template struct FillPhiloxRandom<
244 template struct FillPhiloxRandom<
246 template struct FillPhiloxRandom<
248 template struct FillPhiloxRandom<
    [all...]
random_op.cc 63 struct FillPhiloxRandom {
67 LOG(FATAL) << "Default FillPhiloxRandom should not be executed.";
154 void FillPhiloxRandom<CPUDevice, Distribution>::operator()(
204 functor::FillPhiloxRandom<Device, Distribution>()(
249 functor::FillPhiloxRandom<Device, Distribution>()(
453 template struct functor::FillPhiloxRandom< \
455 template struct functor::FillPhiloxRandom< \
457 template struct functor::FillPhiloxRandom< \
674 void FillPhiloxRandom<SYCLDevice, Distribution>::operator()(
699 template struct functor::FillPhiloxRandom< \
    [all...]
multinomial_op_gpu.cu.cc 66 functor::FillPhiloxRandom<GPUDevice, Dist>()(ctx, d, gen, noises.data(),
stateless_random_ops.cc 102 functor::FillPhiloxRandom<Device, Distribution>()(

Completed in 354 milliseconds