Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/
Dparallel_reduction_test.cc167 b.AddInstruction(HloInstruction::CreateFusion( in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/
Dmulti_output_fusion.cc163 HloInstruction* MultiOutputFusion::CreateFusion(HloInstruction* base, in CreateFusion() function in xla::MultiOutputFusion
166 computation()->AddInstruction(HloInstruction::CreateFusion( in CreateFusion()
Dmulti_output_fusion.h127 HloInstruction* CreateFusion(HloInstruction* base, HloInstruction* to_fuse);
Dbfloat16_propagation_test.cc399 auto fusion0 = builder.AddInstruction(HloInstruction::CreateFusion( in TEST_F()
412 auto fusion1 = builder.AddInstruction(HloInstruction::CreateFusion( in TEST_F()
444 auto fusion = builder.AddInstruction(HloInstruction::CreateFusion( in TEST_F()
478 auto fusion = builder.AddInstruction(HloInstruction::CreateFusion( in TEST_F()
517 auto fusion = builder.AddInstruction(HloInstruction::CreateFusion( in TEST_F()
648 auto body_fusion = builder_body.AddInstruction(HloInstruction::CreateFusion( in TEST_F()
Dhlo_reachability_test.cc232 auto* fusion = computation->AddInstruction(HloInstruction::CreateFusion( in TEST_F()
Dmemory_space_assignment_test.cc1095 HloInstruction* fusion = builder.AddInstruction(HloInstruction::CreateFusion( in TEST_P()
1244 HloInstruction* fusion = builder.AddInstruction(HloInstruction::CreateFusion( in TEST_P()
3191 HloInstruction* fusion = builder.AddInstruction(HloInstruction::CreateFusion( in TEST_P()
3238 HloInstruction* fusion = builder.AddInstruction(HloInstruction::CreateFusion( in TEST_P()
3280 HloInstruction* fusion0 = builder.AddInstruction(HloInstruction::CreateFusion( in TEST_P()
3306 HloInstruction::CreateFusion(shape, HloInstruction::FusionKind::kCustom, in TEST_P()
3364 HloInstruction* fusion0 = builder.AddInstruction(HloInstruction::CreateFusion( in TEST_P()
3382 HloInstruction::CreateFusion(shape, HloInstruction::FusionKind::kCustom, in TEST_P()
3439 HloInstruction* fusion0 = builder.AddInstruction(HloInstruction::CreateFusion( in TEST_P()
3443 HloInstruction::CreateFusion(shape, HloInstruction::FusionKind::kCustom, in TEST_P()
[all …]
Dhlo_module_test.cc157 HloInstruction::CreateFusion(r0f32_, HloInstruction::FusionKind::kInput, in TEST_F()
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()
Dhlo_instruction.h1090 static std::unique_ptr<HloInstruction> CreateFusion(
1093 static std::unique_ptr<HloInstruction> CreateFusion(
Dinstruction_fusion.cc717 HloInstruction::CreateFusion(consumer->shape(), kind, consumer)); in AddFusionInstruction()
Dhlo_creation_utils.cc690 HloInstruction::CreateFusion(fused->shape(), kind, fused)); in MakeFusionInstruction()
Dhlo_computation.cc743 HloInstruction::CreateFusion(root->shape(), fusion_kind, root)); in CreateFusionInstruction()
Dhlo_instruction.cc423 CreateFusion(shape, fusion_kind, all_operands(), fused_computation); in CreateFromProto()
1783 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateFusion( in CreateFusion() function in xla::HloInstruction
1788 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateFusion( in CreateFusion() function in xla::HloInstruction
Dhlo_parser.cc2431 return builder->AddInstruction(HloInstruction::CreateFusion( in CreateInstruction()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dfusion_merger_test.cc351 return HloInstruction::CreateFusion( in TEST_F()
Dfusion_merger.cc184 consumer = computation_->AddInstruction(HloInstruction::CreateFusion( in FuseIntoAllUsers()
Dmulti_output_fusion.cc337 computation_->AddInstruction(HloInstruction::CreateFusion( in DoMultiOutputFusion()
Dmulti_output_fusion_test.cc749 return HloInstruction::CreateFusion( in TEST_F()
Dhorizontal_loop_fusion.cc455 HloInstruction::CreateFusion(fused_comp->root_instruction()->shape(), in Fuse()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_layout_assignment_test.cc300 module->entry_computation()->AddInstruction(HloInstruction::CreateFusion( in RunDotOutputFusion()