Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Drandom_op.cc78 struct FillPhiloxRandomTask<Distribution, false> { struct
79 typedef typename Distribution::ResultElementType T;
80 static void Run(random::PhiloxRandom gen, T* data, int64 size, in Run()
107 struct FillPhiloxRandomTask<Distribution, true> { struct
108 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()