Home
last modified time | relevance | path

Searched refs:SimplePhilox (Results 1 – 4 of 4) sorted by relevance

/packages/modules/NeuralNetworks/common/random/
Dsimple_philox.h31 class SimplePhilox {
34 explicit SimplePhilox(PhiloxRandom* gen) : single_(gen) {} in SimplePhilox() function
Dsimple_philox.cc23 uint32 SimplePhilox::Skewed(int max_log) { in Skewed()
/packages/modules/NeuralNetworks/common/cpu_operations/
DMultinomial.cpp125 tensorflow::random::SimplePhilox simple_philox(&random_generator_reserved); in EvalFloat32()
DMultinomialTest.cpp71 tensorflow::random::SimplePhilox srng(&rng); in Invoke()