Searched refs:GuardedPhiloxRandom (Results 1 – 3 of 3) sorted by relevance
21 void GuardedPhiloxRandom::Init(int64 seed, int64 seed2) { in Init()33 void GuardedPhiloxRandom::Init(random::PhiloxRandom::ResultType counter, in Init()41 random::PhiloxRandom GuardedPhiloxRandom::ReserveSamples128(int64 samples) { in ReserveSamples128()
40 class GuardedPhiloxRandom {43 GuardedPhiloxRandom() : initialized_(false) {} in GuardedPhiloxRandom() function74 TF_DISALLOW_COPY_AND_ASSIGN(GuardedPhiloxRandom);
102 tensorflow::GuardedPhiloxRandom random_generator; in EvalFloat32()