Home
last modified time | relevance | path

Searched refs:MergeFusionInstruction (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dfusion_merger.cc297 user->MergeFusionInstruction(fusion); in HandleFusion()
303 fused_user->MergeFusionInstruction(fusion); in HandleFusion()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.h1718 void MergeFusionInstruction(HloInstruction* instruction_to_merge);
Dhlo_instructions.h909 void MergeFusionInstruction(HloFusionInstruction* instruction_to_merge);
Dhlo_instruction.cc3988 void HloInstruction::MergeFusionInstruction( in MergeFusionInstruction() function in xla::HloInstruction
3990 return Cast<HloFusionInstruction>(this)->MergeFusionInstruction( in MergeFusionInstruction()
Dhlo_instructions.cc1461 void HloFusionInstruction::MergeFusionInstruction( in MergeFusionInstruction() function in xla::HloFusionInstruction