Searched defs:FillPhiloxRandom (Results 1 – 2 of 2) sorted by relevance
70 template struct FillPhiloxRandom< variable72 template struct FillPhiloxRandom< variable74 template struct FillPhiloxRandom< variable76 template struct FillPhiloxRandom< variable78 template struct FillPhiloxRandom< variable80 template struct FillPhiloxRandom< variable82 template struct FillPhiloxRandom< variable84 template struct FillPhiloxRandom< variable86 template struct FillPhiloxRandom< variable89 template struct FillPhiloxRandom< variable[all …]
63 struct FillPhiloxRandom { struct64 typedef typename Distribution::ResultElementType T;65 void operator()(OpKernelContext*, const Device&, random::PhiloxRandom gen, in operator ()()