Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/random/
Dsimple_philox.cc24 uint32 SimplePhilox::Uniform(uint32 n) { in Uniform()
28 uint64 SimplePhilox::Uniform64(uint64 n) { in Uniform64()
32 uint32 SimplePhilox::Skewed(int max_log) { in Skewed()
Dsimple_philox.h30 class SimplePhilox {
33 explicit SimplePhilox(PhiloxRandom* gen) : single_(gen) {} in SimplePhilox() function
/frameworks/ml/nn/common/operations/
DMultinomial.cpp112 tensorflow::random::SimplePhilox simple_philox(&random_generator_reserved); in EvalFloat32()
DMultinomialTest.cpp66 tensorflow::random::SimplePhilox srng(&rng); in Invoke()