Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dstream_assignment.cc143 int stream_num = (hlo->opcode() == HloOpcode::kRng && in AssignStreams()
150 if (hlo->opcode() == HloOpcode::kRng && in AssignStreams()
/external/tensorflow/tensorflow/stream_executor/
Dplugin_registry.cc38 case PluginKind::kRng: in PluginKindString()
136 case PluginKind::kRng: in SetDefaultFactory()
158 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()
Drng_expander.cc43 CHECK_EQ(rng->opcode(), HloOpcode::kRng); in ConvertSmallFpRngToF32Rng()
127 return instruction->opcode() == HloOpcode::kRng; in InstructionMatchesPattern()
Dhlo_opcode_test.cc65 case HloOpcode::kRng: in TEST()
Dhlo_constant_folding.cc55 instr->opcode() == HloOpcode::kRng) { in IsOrContainsIllegalInstr()
Dreshape_mover.cc79 if (instruction->opcode() == HloOpcode::kRng && in CanTriviallyChangeShape()
161 case HloOpcode::kRng: { in UpdateOperand()
Dhlo_opcode.h128 V(kRng, "rng", kHloOpcodeIsVariadic) \
Dinstruction_fusion.cc174 case HloOpcode::kRng: in IsExpensive()
Dhlo_instruction.cc369 case HloOpcode::kRng: in CreateFromProto()
1528 case HloOpcode::kRng: in HasSideEffectNoRecurse()
1682 case HloOpcode::kRng: in CloneWithNewOperands()
2220 case HloOpcode::kRng: in IdenticalSlowPath()
3038 case HloOpcode::kRng: in IsFusible()
3224 case HloOpcode::kRng: in Visit()
Dhlo_rematerialization_test.cc298 if (instruction->opcode() == HloOpcode::kRng) { in TEST_F()
Dsharding_propagation.cc267 case HloOpcode::kRng: in PickRepresentativeOperand()
295 (instruction->opcode() != HloOpcode::kRng || is_spmd)) { in SupportSpatialPartitioning()
Dhlo.proto118 // Only present for kRng.
Dhlo_graph_dumper.cc971 case HloOpcode::kRng: in GetInstructionColor()
Dhlo_parser.cc192 case HloOpcode::kRng: in CanInferShape()
2123 case HloOpcode::kRng: { in ParseInstructionRhs()
Dlayout_assignment.cc2308 case HloOpcode::kRng: in InstructionCanChangeLayout()
Dspace_to_batch_converter.cc672 if (hlo->opcode() == HloOpcode::kFusion || hlo->opcode() == HloOpcode::kRng || in IsTrivialElementwise()
Dalgebraic_simplifier.cc3903 if (operand->opcode() == HloOpcode::kRng && operand->user_count() == 1) { in HandleReshape()
5127 if (operand->opcode() == HloOpcode::kRng && operand->user_count() == 1) { in HandleTranspose()
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_rng.cc286 rocm::kROCmPlatformId, PluginKind::kRng, gpu::kGpuRandPlugin); in initialize_rocrand()
317 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.cc146 instruction->shape().IsTuple() || opcode == HloOpcode::kRng || in GetTargetParallelTaskCount()
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_function_importer.cc584 case HloOpcode::kRng: { in ImportInstructionImpl()
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner.cc3736 if (hlo->HasSideEffectNoRecurse() && hlo->opcode() != HloOpcode::kRng) { in PreprocessSharding()
3756 if (hlo->opcode() == HloOpcode::kRng) { in PreprocessSharding()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc342 case HloOpcode::kRng: in IsConstantVisitor()
2195 return AddInstruction(std::move(instr), HloOpcode::kRng, parameters); in RngOpInternal()

12