Searched refs:AddFusionOperand (Results 1 – 4 of 4) sorted by relevance
1435 HloInstruction* AddFusionOperand(HloInstruction* new_operand);
1214 HloInstruction* HloFusionInstruction::AddFusionOperand( in AddFusionOperand() function in xla::HloFusionInstruction1466 fused_param = AddFusionOperand(operand); in CloneAndFuseInternal()
719 HloInstruction* AddFusionOperand(HloInstruction* new_operand);
3288 HloInstruction* HloInstruction::AddFusionOperand(HloInstruction* new_operand) { in AddFusionOperand() function in xla::HloInstruction3289 return Cast<HloFusionInstruction>(this)->AddFusionOperand(new_operand); in AddFusionOperand()