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.h1435 HloInstruction* AddFusionOperand(HloInstruction* new_operand);
Dhlo_instructions.cc1214 HloInstruction* HloFusionInstruction::AddFusionOperand( in AddFusionOperand() function in xla::HloFusionInstruction
1466 fused_param = AddFusionOperand(operand); in CloneAndFuseInternal()
Dhlo_instructions.h719 HloInstruction* AddFusionOperand(HloInstruction* new_operand);
Dhlo_instruction.cc3288 HloInstruction* HloInstruction::AddFusionOperand(HloInstruction* new_operand) { in AddFusionOperand() function in xla::HloInstruction
3289 return Cast<HloFusionInstruction>(this)->AddFusionOperand(new_operand); in AddFusionOperand()