Searched refs:AddFusionOperand (Results 1 – 4 of 4) sorted by relevance
1715 HloInstruction* AddFusionOperand(HloInstruction* new_operand);
1447 HloInstruction* HloFusionInstruction::AddFusionOperand( in AddFusionOperand() function in xla::HloFusionInstruction1735 fused_param = AddFusionOperand(operand); in CloneAndFuseInternal()
903 HloInstruction* AddFusionOperand(HloInstruction* new_operand);
3983 HloInstruction* HloInstruction::AddFusionOperand(HloInstruction* new_operand) { in AddFusionOperand() function in xla::HloInstruction3984 return Cast<HloFusionInstruction>(this)->AddFusionOperand(new_operand); in AddFusionOperand()