Home
last modified time | relevance | path

Searched defs:PhiloxRandom (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/lib/random/
H A Dphilox_random.h116 PhiloxRandom() {} in PhiloxRandom() function
119 explicit PhiloxRandom(uint64_t seed) { in PhiloxRandom() function
125 explicit PhiloxRandom(uint64_t seed_lo, uint64_t seed_hi) { in PhiloxRandom() function
133 PhiloxRandom(ResultType counter, Key key) : counter_(counter), key_(key) {} in PhiloxRandom() function
/aosp_15_r20/packages/modules/NeuralNetworks/common/random/
Dphilox_random.h118 PhiloxRandom() {} in PhiloxRandom() function
121 explicit PhiloxRandom(uint64 seed) { in PhiloxRandom() function
127 explicit PhiloxRandom(uint64 seed_lo, uint64 seed_hi) { in PhiloxRandom() function
135 PhiloxRandom(ResultType counter, Key key) : counter_(counter), key_(key) {} in PhiloxRandom() function