Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/
Drng.cc26 if (seed_bytes < kMinSeedBytes) { in CheckSeed()
28 << ". At least " << RngSupport::kMinSeedBytes in CheckSeed()
43 const int RngSupport::kMinSeedBytes; member in stream_executor::rng::RngSupport
Drng.h43 static constexpr int kMinSeedBytes = 16;