Lines Matching defs:bias
38 Value bias = op->getOperand(2);
42 ShapedType biasTy = cast<ShapedType>(bias.getType());
75 loc, resultTy, input, reverse2, bias,
82 loc, resultTy, input, reverse2, bias,
103 Value bias = op->getOperand(2);
107 ShapedType biasTy = cast<ShapedType>(bias.getType());
220 // We use a zero bias as we need to broadcast the bias.
230 // Perform the convolution using the zero bias.
322 if (EqualizeRanks(rewriter, op.getLoc(), resultPad, bias).failed()) {
326 rewriter.replaceOpWithNewOp<tosa::AddOp>(op, op.getType(), resultPad, bias);