Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/icu/fuzzers/
H A Dfuzzer_utils.h24 std::mt19937_64 CreateRng(const uint8_t* data, size_t size) { in CreateRng() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/
H A Dstream_executor_internal.h348 virtual rng::RngSupport* CreateRng() { return nullptr; } in CreateRng() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/host/
H A Dhost_gpu_executor.cc339 rng::RngSupport* HostExecutor::CreateRng() { in CreateRng() function in stream_executor::host::HostExecutor
/aosp_15_r20/external/tensorflow/tensorflow/stream_executor/rocm/
H A Drocm_gpu_executor.cc704 rng::RngSupport* GpuExecutor::CreateRng() { in CreateRng() function in stream_executor::gpu::GpuExecutor
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
H A Dcuda_gpu_executor.cc836 rng::RngSupport* GpuExecutor::CreateRng() { in CreateRng() function in stream_executor::gpu::GpuExecutor
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_instruction.cc1035 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateRng( in CreateRng() function in xla::HloInstruction