Searched refs:CheckSeed (Results 1 - 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/
H A Drng.cc24 bool RngSupport::CheckSeed(const uint8 *seed, uint64 seed_bytes) { function in class:perftools::gputools::rng::RngSupport
H A Drng.h88 static bool CheckSeed(const uint8 *seed, uint64 seed_bytes);
/external/tensorflow/tensorflow/stream_executor/cuda/
H A Dcuda_rng.cc248 if (!CheckSeed(seed, seed_bytes)) {
256 // Requires 8 bytes of seed data; checked in RngSupport::CheckSeed (above)

Completed in 342 milliseconds