Home
last modified time | relevance | path

Searched defs:SetSeed (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_rng.cc253 bool GpuRng::SetSeed(Stream* stream, const uint8* seed, uint64_t seed_bytes) { in SetSeed() function in stream_executor::gpu::GpuRng
/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
Dcuda_rng.cc199 bool GpuRng::SetSeed(Stream* stream, const uint8* seed, uint64_t seed_bytes) { in SetSeed() function in stream_executor::gpu::GpuRng
/external/tensorflow/tensorflow/compiler/xla/tests/
Dclient_library_test_base.h82 void SetSeed(uint64_t seed) { execution_options_.set_seed(seed); } in SetSeed() function