Home
last modified time | relevance | path

Searched refs:seed_lo (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
126 key_[0] = static_cast<uint32>(seed_lo); in PhiloxRandom()
127 key_[1] = static_cast<uint32>(seed_lo >> 32); in PhiloxRandom()