Searched defs:CreateRng (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/stream_executor/ | ||
D | stream_executor_internal.h | 347 virtual rng::RngSupport *CreateRng() { return nullptr; } in CreateRng() function |
/external/tensorflow/tensorflow/stream_executor/host/ | ||
D | host_gpu_executor.cc | 253 rng::RngSupport *HostExecutor::CreateRng() { in CreateRng() function in stream_executor::host::HostExecutor |
/external/tensorflow/tensorflow/stream_executor/rocm/ | ||
D | rocm_gpu_executor.cc | 697 rng::RngSupport* GpuExecutor::CreateRng() { in CreateRng() function in stream_executor::gpu::GpuExecutor |
/external/tensorflow/tensorflow/stream_executor/cuda/ | ||
D | cuda_gpu_executor.cc | 816 rng::RngSupport* GpuExecutor::CreateRng() { in CreateRng() function in stream_executor::gpu::GpuExecutor |
/external/tensorflow/tensorflow/compiler/xla/service/ | ||
D | hlo_instruction.cc | 665 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateRng( in CreateRng() function in xla::HloInstruction |