Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/random/
Dphilox_random.h125 explicit PhiloxRandom(uint64 seed_lo, uint64 seed_hi) { in PhiloxRandom() argument
128 counter_[2] = static_cast<uint32>(seed_hi); in PhiloxRandom()
129 counter_[3] = static_cast<uint32>(seed_hi >> 32); in PhiloxRandom()