Home
last modified time | relevance | path

Searched refs:CreateFusion (Results 1 – 19 of 19) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/
Dparallel_reduction_test.cc124 b.AddInstruction(HloInstruction::CreateFusion( in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/
Dmulti_output_fusion.cc160 HloInstruction* MultiOutputFusion::CreateFusion(HloInstruction* base, in CreateFusion() function in xla::MultiOutputFusion
163 computation()->AddInstruction(HloInstruction::CreateFusion( in CreateFusion()
Dmulti_output_fusion.h123 HloInstruction* CreateFusion(HloInstruction* base, HloInstruction* to_fuse);
Dbfloat16_propagation_test.cc398 auto fusion0 = builder.AddInstruction(HloInstruction::CreateFusion( in TEST_F()
411 auto fusion1 = builder.AddInstruction(HloInstruction::CreateFusion( in TEST_F()
443 auto fusion = builder.AddInstruction(HloInstruction::CreateFusion( in TEST_F()
477 auto fusion = builder.AddInstruction(HloInstruction::CreateFusion( in TEST_F()
516 auto fusion = builder.AddInstruction(HloInstruction::CreateFusion( in TEST_F()
691 auto body_fusion = builder_body.AddInstruction(HloInstruction::CreateFusion( in TEST_F()
Dhlo_reachability_test.cc229 auto* fusion = computation->AddInstruction(HloInstruction::CreateFusion( in TEST_F()
Dhlo_module_test.cc133 HloInstruction::CreateFusion(r0f32_, HloInstruction::FusionKind::kInput, in TEST_F()
Dmemory_space_assignment_test.cc1060 HloInstruction* fusion = builder.AddInstruction(HloInstruction::CreateFusion( in TEST_P()
1209 HloInstruction* fusion = builder.AddInstruction(HloInstruction::CreateFusion( in TEST_P()
3230 HloInstruction* fusion = builder.AddInstruction(HloInstruction::CreateFusion( in TEST_P()
3277 HloInstruction* fusion = builder.AddInstruction(HloInstruction::CreateFusion( in TEST_P()
3319 HloInstruction* fusion0 = builder.AddInstruction(HloInstruction::CreateFusion( in TEST_P()
3345 HloInstruction::CreateFusion(shape, HloInstruction::FusionKind::kCustom, in TEST_P()
3403 HloInstruction* fusion0 = builder.AddInstruction(HloInstruction::CreateFusion( in TEST_P()
3421 HloInstruction::CreateFusion(shape, HloInstruction::FusionKind::kCustom, in TEST_P()
3478 HloInstruction* fusion0 = builder.AddInstruction(HloInstruction::CreateFusion( in TEST_P()
3482 HloInstruction::CreateFusion(shape, HloInstruction::FusionKind::kCustom, in TEST_P()
[all …]
Dheap_simulator_test.cc529 auto fusion = builder.AddInstruction(HloInstruction::CreateFusion( in TEST_F()
603 auto fusion = builder.AddInstruction(HloInstruction::CreateFusion( in TEST_F()
656 auto fusion = builder.AddInstruction(HloInstruction::CreateFusion( in TEST_F()
Dinstruction_fusion.cc631 HloInstruction::CreateFusion(consumer->shape(), kind, consumer)); in AddFusionInstruction()
Dhlo_instruction.h967 static std::unique_ptr<HloInstruction> CreateFusion(
970 static std::unique_ptr<HloInstruction> CreateFusion(
Dhlo_computation.cc747 HloInstruction::CreateFusion(root->shape(), fusion_kind, root)); in CreateFusionInstruction()
Dhlo_instruction.cc366 CreateFusion(shape, fusion_kind, all_operands(), fused_computation); in CreateFromProto()
1484 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateFusion( in CreateFusion() function in xla::HloInstruction
1490 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateFusion( in CreateFusion() function in xla::HloInstruction
Dhlo_parser.cc2080 instruction = builder->AddInstruction(HloInstruction::CreateFusion( in ParseInstructionRhs()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dfusion_merger_test.cc351 return HloInstruction::CreateFusion( in TEST_F()
Dfusion_merger.cc300 computation_->AddInstruction(HloInstruction::CreateFusion( in HandleFusion()
Dmulti_output_fusion.cc311 computation_->AddInstruction(HloInstruction::CreateFusion( in DoMultiOutputFusion()
Dmulti_output_fusion_test.cc749 return HloInstruction::CreateFusion( in TEST_F()
Dhorizontal_loop_fusion.cc436 computation_->AddInstruction(HloInstruction::CreateFusion( in Fuse()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_layout_assignment_test.cc301 module->entry_computation()->AddInstruction(HloInstruction::CreateFusion( in RunDotOutputFusion()