Home
last modified time | relevance | path

Searched defs:FillPhiloxRandom (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Drandom_op_gpu.cu.cc70 template struct FillPhiloxRandom< variable
72 template struct FillPhiloxRandom< variable
74 template struct FillPhiloxRandom< variable
76 template struct FillPhiloxRandom< variable
78 template struct FillPhiloxRandom< variable
80 template struct FillPhiloxRandom< variable
82 template struct FillPhiloxRandom< variable
84 template struct FillPhiloxRandom< variable
86 template struct FillPhiloxRandom< variable
89 template struct FillPhiloxRandom< variable
[all …]
Drandom_op.cc63 struct FillPhiloxRandom { struct
64 typedef typename Distribution::ResultElementType T;
65 void operator()(OpKernelContext*, const Device&, random::PhiloxRandom gen, in operator ()()