Searched refs:operand_constraint (Results 1 – 2 of 2) sorted by relevance
1435 } else if (auto* operand_constraint = in PropagateConstraints() local1439 PropagateOperandConstraint(*operand_constraint, constraints)); in PropagateConstraints()1532 const OperandLayoutConstraint& operand_constraint, in PropagateOperandConstraint() argument1534 VLOG(3) << "Propagate Operand Constraint : " << operand_constraint.ToString() in PropagateOperandConstraint()1539 operand_constraint.shape_layout(), operand_constraint.operand(), in PropagateOperandConstraint()1540 constraints, operand_constraint.priority())); in PropagateOperandConstraint()1551 const HloInstruction* operand = operand_constraint.operand(); in PropagateOperandConstraint()1552 const HloInstruction* user = operand_constraint.instruction(); in PropagateOperandConstraint()1561 : ShapeIndex({operand_constraint.operand_no()}); in PropagateOperandConstraint()1569 SetBufferLayout(operand_constraint.shape_layout().layout(), *buffer, in PropagateOperandConstraint()[all …]
401 const OperandLayoutConstraint& operand_constraint,