Searched refs:fusion_operand (Results 1 – 2 of 2) sorted by relevance
53 HloInstruction* fusion_operand; in CanEmitFusedDynamicUpdateSliceInPlace() local55 std::tie(fusion_operand, index) = in CanEmitFusedDynamicUpdateSliceInPlace()57 if (fusion_operand->opcode() != HloOpcode::kParameter) { in CanEmitFusedDynamicUpdateSliceInPlace()60 auto* operand = fusion->operand(fusion_operand->parameter_number()); in CanEmitFusedDynamicUpdateSliceInPlace()
1544 const HloInstruction* fusion_operand = in SetFusionLayouts() local1546 DCHECK(ShapeUtil::Compatible(fusion_operand->shape(), in SetFusionLayouts()1549 fusion_operand->shape(), fused_instruction->mutable_shape())); in SetFusionLayouts()