Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_internal.h303 virtual rng::RngSupport *CreateRng() { return nullptr; } in CreateRng() function
/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.cc254 rng::RngSupport *HostExecutor::CreateRng() { in CreateRng() function in perftools::gputools::host::HostExecutor
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc713 rng::RngSupport *CUDAExecutor::CreateRng() { in CreateRng() function in perftools::gputools::cuda::CUDAExecutor
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.cc192 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateRng( in CreateRng() function in xla::HloInstruction