Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dprng.cc307 static const int kNumRounds = 10; in Philox4x32() local
308 for (int round = 0; round < kNumRounds; ++round, key = raise_key(key)) { in Philox4x32()