Searched refs:SimplePhilox (Results 1 – 4 of 4) sorted by relevance
24 uint32 SimplePhilox::Uniform(uint32 n) { in Uniform()28 uint64 SimplePhilox::Uniform64(uint64 n) { in Uniform64()32 uint32 SimplePhilox::Skewed(int max_log) { in Skewed()
30 class SimplePhilox {33 explicit SimplePhilox(PhiloxRandom* gen) : single_(gen) {} in SimplePhilox() function
112 tensorflow::random::SimplePhilox simple_philox(&random_generator_reserved); in EvalFloat32()
66 tensorflow::random::SimplePhilox srng(&rng); in Invoke()