Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dreduce_precision_insertion_test.cc409 HloInstruction* z = computation->AddInstruction(HloInstruction::CreateFusion( in TEST_F()
445 HloInstruction* z = computation->AddInstruction(HloInstruction::CreateFusion( in TEST_F()
492 HloInstruction* z = computation->AddInstruction(HloInstruction::CreateFusion( in TEST_F()
Dbfloat16_propagation_test.cc397 auto fusion0 = builder.AddInstruction(HloInstruction::CreateFusion( in TEST_F()
410 auto fusion1 = builder.AddInstruction(HloInstruction::CreateFusion( in TEST_F()
447 auto fusion = builder.AddInstruction(HloInstruction::CreateFusion( in TEST_F()
486 auto fusion = builder.AddInstruction(HloInstruction::CreateFusion( in TEST_F()
661 auto body_fusion = builder_body.AddInstruction(HloInstruction::CreateFusion( in TEST_F()
Dhlo_module_test.cc132 HloInstruction::CreateFusion(r0f32_, HloInstruction::FusionKind::kInput, in TEST_F()
Dinstruction_fusion.cc546 HloInstruction::CreateFusion(consumer->shape(), kind, consumer)); in AddFusionInstruction()
Dhlo_instruction.h748 static std::unique_ptr<HloInstruction> CreateFusion(
751 static std::unique_ptr<HloInstruction> CreateFusion(
Dhlo_computation.cc619 HloInstruction::CreateFusion(root->shape(), fusion_kind, root)); in CreateFusionInstruction()
Dhlo_instruction.cc336 CreateFusion(shape, fusion_kind, all_operands(), fused_computation); in CreateFromProto()
1200 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateFusion( in CreateFusion() function in xla::HloInstruction
1206 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateFusion( in CreateFusion() function in xla::HloInstruction
Dheap_simulator_test.cc466 auto fusion = builder.AddInstruction(HloInstruction::CreateFusion( in TEST_F()
Dhlo_parser.cc1383 instruction = builder->AddInstruction(HloInstruction::CreateFusion( in ParseInstructionRhs()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dmulti_output_fusion.cc215 computation()->AddInstruction(HloInstruction::CreateFusion( in DoProducerConsumerMultiOutputFusion()
Dmulti_output_fusion_test.cc604 return HloInstruction::CreateFusion( in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_layout_assignment_test.cc294 module->entry_computation()->AddInstruction(HloInstruction::CreateFusion( in RunDotOutputFusion()