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