Home
last modified time | relevance | path

Searched refs:FuseInstruction (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dinstruction_fusion.cc557 fusion_instruction->FuseInstruction(producer); in Fuse()
Dhlo_instruction_test.cc781 fusion->FuseInstruction(map_2_x); in TEST_F()
784 fusion->FuseInstruction(map_1_x); in TEST_F()
Dhlo_computation.cc607 fusion_instruction->FuseInstruction(instruction); in FuseInstructionsInto()
Dhlo_instruction.h1445 HloInstruction* FuseInstruction(HloInstruction* instruction_to_fuse);
Dhlo_instructions.cc1262 FuseInstruction(instruction); in MergeFusionInstruction()
1322 FuseInstruction(instruction); in MergeFusionInstructionIntoMultiOutput()
Dhlo_instructions.h742 HloInstruction* FuseInstruction(HloInstruction* instruction_to_fuse) { in FuseInstruction() function
Dhlo_instruction.cc3307 HloInstruction* HloInstruction::FuseInstruction( in FuseInstruction() function in xla::HloInstruction
3309 return Cast<HloFusionInstruction>(this)->FuseInstruction(instruction_to_fuse); in FuseInstruction()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_layout_assignment_test.cc301 HloInstruction* fused_dot = fusion_instruction->FuseInstruction(dot_result); in RunDotOutputFusion()