Home
last modified time | relevance | path

Searched refs:AddFusionOperand (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.h1715 HloInstruction* AddFusionOperand(HloInstruction* new_operand);
Dhlo_instructions.cc1447 HloInstruction* HloFusionInstruction::AddFusionOperand( in AddFusionOperand() function in xla::HloFusionInstruction
1735 fused_param = AddFusionOperand(operand); in CloneAndFuseInternal()
Dhlo_instructions.h903 HloInstruction* AddFusionOperand(HloInstruction* new_operand);
Dhlo_instruction.cc3983 HloInstruction* HloInstruction::AddFusionOperand(HloInstruction* new_operand) { in AddFusionOperand() function in xla::HloInstruction
3984 return Cast<HloFusionInstruction>(this)->AddFusionOperand(new_operand); in AddFusionOperand()