Lines Matching defs:input1
35 /// operations equal. input1 and input2 will be updated when the rank has
41 RankedTensorType outputType, Value &input1,
43 auto input1Ty = dyn_cast<RankedTensorType>(input1.getType());
57 Value input1Copy = input1;
73 input1 = input1Copy;
86 Value input1 = tosaBinaryOp.getInput1();
95 input1, input2)
99 rewriter.replaceOpWithNewOp<OpTy>(tosaBinaryOp, outputType, input1, input2);
114 Value input1 = tosaBinaryOp.getInput1();
123 input1, input2)
127 rewriter.replaceOpWithNewOp<tosa::MulOp>(tosaBinaryOp, outputType, input1,
145 Value input1 = tosaBinaryOp.getInput1();
154 input1, input2)
159 tosaBinaryOp, outputType, input1, input2, round);
172 Value input1 = tosaOp.getPred();
184 input1, input2)
188 input1, input3)
200 int32_t result1Rank = cast<RankedTensorType>(input1.getType()).getRank();
210 rewriter.replaceOpWithNewOp<tosa::SelectOp>(tosaOp, outputType, input1,