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