Home
last modified time | relevance | path

Searched refs:CreateRng (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cse_test.cc579 auto rng1 = builder.AddInstruction(HloInstruction::CreateRng( in TEST_F()
582 auto rng2 = builder.AddInstruction(HloInstruction::CreateRng( in TEST_F()
621 auto rng = builder.AddInstruction(HloInstruction::CreateRng( in TEST_F()
Dreshape_mover_test.cc81 auto rng0 = builder.AddInstruction(HloInstruction::CreateRng(
Dhlo_rematerialization_test.cc276 auto rng = builder.AddInstruction(HloInstruction::CreateRng( in TEST_F()
Dhlo_instruction.h533 static std::unique_ptr<HloInstruction> CreateRng(
Dhlo_instruction.cc370 instruction = CreateRng(shape, proto.distribution(), all_operands()); in CreateFromProto()
851 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateRng( in CreateRng() function in xla::HloInstruction
Dhlo_parser.cc2131 HloInstruction::CreateRng(shape, *distribution, operands)); in ParseInstructionRhs()
Dalgebraic_simplifier_test.cc2516 HloInstruction::CreateRng(ShapeUtil::MakeShape(F32, {2, 2}), in TEST_F()
/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.h161 rng::RngSupport *CreateRng() override;
Dhost_gpu_executor.cc345 rng::RngSupport *HostExecutor::CreateRng() { in CreateRng() function in stream_executor::host::HostExecutor
/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_internal.h350 virtual rng::RngSupport *CreateRng() { return nullptr; } in CreateRng() function
Dstream_executor_pimpl.cc460 rng_.reset(implementation_->CreateRng()); in AsRng()
/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_executor.h216 rng::RngSupport* CreateRng() override;
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc696 rng::RngSupport* GpuExecutor::CreateRng() { in CreateRng() function in stream_executor::gpu::GpuExecutor
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc788 rng::RngSupport* GpuExecutor::CreateRng() { in CreateRng() function in stream_executor::gpu::GpuExecutor
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner.cc3078 return b_.AddInstruction(HloInstruction::CreateRng( in HandleRng()
3089 auto rng = b_.AddInstruction(HloInstruction::CreateRng( in HandleRng()