Searched defs:FillPhiloxRandomTask (Results 1 – 1 of 1) sorted by relevance
78 struct FillPhiloxRandomTask<Distribution, false> { struct79 typedef typename Distribution::ResultElementType T;80 static void Run(random::PhiloxRandom gen, T* data, int64 size, in Run()107 struct FillPhiloxRandomTask<Distribution, true> { struct108 typedef typename Distribution::ResultElementType T;109 static const int64 kReservedSamplesPerOutput = 256;111 static void Run(random::PhiloxRandom base_gen, T* data, int64 size, in Run()