Home
last modified time | relevance | path

Searched refs:GuardedPhiloxRandom (Results 1 – 3 of 3) sorted by relevance

/packages/modules/NeuralNetworks/common/random/
Dguarded_philox_random.cc21 void GuardedPhiloxRandom::Init(int64 seed, int64 seed2) { in Init()
33 void GuardedPhiloxRandom::Init(random::PhiloxRandom::ResultType counter, in Init()
41 random::PhiloxRandom GuardedPhiloxRandom::ReserveSamples128(int64 samples) { in ReserveSamples128()
Dguarded_philox_random.h40 class GuardedPhiloxRandom {
43 GuardedPhiloxRandom() : initialized_(false) {} in GuardedPhiloxRandom() function
74 TF_DISALLOW_COPY_AND_ASSIGN(GuardedPhiloxRandom);
/packages/modules/NeuralNetworks/common/operations/
DMultinomial.cpp111 tensorflow::GuardedPhiloxRandom random_generator; in EvalFloat32()