Home
last modified time | relevance | path

Searched refs:kRng (Results 1 – 23 of 23) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dstream_assignment.cc138 int stream_num = (hlo->opcode() == HloOpcode::kRng && in AssignStreams()
145 if (hlo->opcode() == HloOpcode::kRng && in AssignStreams()
Dinstruction_fusion.cc199 if (producer->opcode() == HloOpcode::kRng) { in ShouldFuseInexpensiveChecks()
/external/tensorflow/tensorflow/stream_executor/
Dplugin_registry.cc35 case PluginKind::kRng: in PluginKindString()
133 case PluginKind::kRng: in SetDefaultFactory()
155 case PluginKind::kRng: in HasFactory()
Dplugin.h42 kRng, enumerator
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_element_type_converter_test.cc137 inst->opcode() == HloOpcode::kRng; in TEST_F()
163 if (inst->opcode() == HloOpcode::kRng) { in TEST_F()
Dhlo_opcode_test.cc64 case HloOpcode::kRng: in TEST()
Dreshape_mover.cc78 if (instruction->opcode() == HloOpcode::kRng && in CanTriviallyChangeShape()
160 case HloOpcode::kRng: { in UpdateOperand()
Dhlo_constant_folding.cc55 instr->opcode() == HloOpcode::kRng) { in IsOrContainsIllegalInstr()
Dhlo_opcode.h122 V(kRng, "rng", kHloOpcodeIsVariadic) \
Dinstruction_fusion.cc149 case HloOpcode::kRng: in IsExpensive()
Dhlo_rematerialization_test.cc376 if (instruction->opcode() == HloOpcode::kRng) { in TEST_F()
Dhlo_instruction.cc339 case HloOpcode::kRng: in CreateFromProto()
1243 case HloOpcode::kRng: in HasSideEffectNoRecurse()
1368 case HloOpcode::kRng: in CloneWithNewOperands()
1820 case HloOpcode::kRng: in IdenticalSlowPath()
2629 case HloOpcode::kRng: in Visit()
Dhlo.proto112 // Only present for kRng.
Dhlo_graph_dumper.cc955 case HloOpcode::kRng: in GetInstructionColor()
Dalgebraic_simplifier.cc2619 if (operand->opcode() == HloOpcode::kRng && operand->user_count() == 1) { in HandleReshape()
3380 if (operand->opcode() == HloOpcode::kRng && operand->user_count() == 1) { in HandleTranspose()
Dlayout_assignment.cc2069 case HloOpcode::kRng: in InstructionCanChangeLayout()
Dhlo_instructions.cc1602 : HloInstruction(HloOpcode::kRng, shape), distribution_(distribution) { in HloRngInstruction()
Delemental_ir_emitter.cc2425 case HloOpcode::kRng: in MakeElementGenerator()
Dhlo_parser.cc1420 case HloOpcode::kRng: { in ParseInstructionRhs()
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_rng.cc287 rocm::kROCmPlatformId, PluginKind::kRng, gpu::kGpuRandPlugin); in initialize_rocrand()
318 rocm::kROCmPlatformId, PluginKind::kRng, gpu::kGpuRandPlugin); in initialize_rocrand()
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_rng.cc260 cuda::kCudaPlatformId, PluginKind::kRng, gpu::kGpuRandPlugin); in initialize_curand()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dparallel_task_assignment.cc144 opcode == HloOpcode::kOutfeed || opcode == HloOpcode::kRng || in GetTargetParallelTaskCount()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc226 case HloOpcode::kRng: in IsConstantVisitor()
1805 return AddInstruction(std::move(instr), HloOpcode::kRng, parameters); in RngOp()