Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/
Drng.cc33 if (seed_bytes > kMaxSeedBytes) { in CheckSeed()
35 << ". At most " << RngSupport::kMaxSeedBytes in CheckSeed()
44 const int RngSupport::kMaxSeedBytes; member in stream_executor::rng::RngSupport
Drng.h44 static constexpr int kMaxSeedBytes = INT_MAX; variable