Home
last modified time | relevance | path

Searched defs:CreateRng (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_internal.h347 virtual rng::RngSupport *CreateRng() { return nullptr; } in CreateRng() function
/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.cc253 rng::RngSupport *HostExecutor::CreateRng() { in CreateRng() function in stream_executor::host::HostExecutor
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc697 rng::RngSupport* GpuExecutor::CreateRng() { in CreateRng() function in stream_executor::gpu::GpuExecutor
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc816 rng::RngSupport* GpuExecutor::CreateRng() { in CreateRng() function in stream_executor::gpu::GpuExecutor
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.cc665 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateRng( in CreateRng() function in xla::HloInstruction