Home
last modified time | relevance | path

Searched refs:FuseInstructionInternal (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instructions.h743 return FuseInstructionInternal(instruction_to_fuse); in FuseInstruction()
753 return FuseInstructionInternal(instruction_to_fuse, /* add_output */ true); in FuseInstructionIntoMultiOutput()
806 HloInstruction* FuseInstructionInternal(HloInstruction* instruction_to_fuse,
Dhlo_instructions.cc1368 HloInstruction* HloFusionInstruction::FuseInstructionInternal( in FuseInstructionInternal() function in xla::HloFusionInstruction