Lines Matching defs:input2
35 /// operations equal. input1 and input2 will be updated when the rank has
42 Value &input2) {
44 auto input2Ty = dyn_cast<RankedTensorType>(input2.getType());
58 Value input2Copy = input2;
74 input2 = input2Copy;
87 Value input2 = tosaBinaryOp.getInput2();
95 input1, input2)
99 rewriter.replaceOpWithNewOp<OpTy>(tosaBinaryOp, outputType, input1, input2);
115 Value input2 = tosaBinaryOp.getInput2();
123 input1, input2)
128 input2, shift);
146 Value input2 = tosaBinaryOp.getInput2();
154 input1, input2)
159 tosaBinaryOp, outputType, input1, input2, round);
173 Value input2 = tosaOp.getOnTrue();
184 input1, input2)
192 input2, input3)
201 int32_t result2Rank = cast<RankedTensorType>(input2.getType()).getRank();
211 input2, input3);