Lines Matching refs:createOpAndInfer
37 TosaOp createOpAndInfer(PatternRewriter &rewriter, Location loc, Type resultTy, in createOpAndInfer() function
200 Value weightPaddingVal = createOpAndInfer<tosa::ConstOp>( in matchAndRewrite()
205 weight = createOpAndInfer<tosa::PadOp>( in matchAndRewrite()
211 weight = createOpAndInfer<tosa::PadOp>(rewriter, loc, in matchAndRewrite()
225 weight = createOpAndInfer<tosa::ReshapeOp>( in matchAndRewrite()
234 weight = createOpAndInfer<tosa::TransposeOp>( in matchAndRewrite()
242 weight = createOpAndInfer<tosa::ReshapeOp>( in matchAndRewrite()
247 weight = createOpAndInfer<tosa::ReverseOp>( in matchAndRewrite()
250 weight = createOpAndInfer<tosa::ReverseOp>( in matchAndRewrite()
264 Value inputPaddingVal = createOpAndInfer<tosa::ConstOp>( in matchAndRewrite()
269 input = createOpAndInfer<tosa::PadOp>( in matchAndRewrite()
274 input = createOpAndInfer<tosa::PadOp>(rewriter, loc, in matchAndRewrite()
292 conv2d = createOpAndInfer<tosa::Conv2DOp>( in matchAndRewrite()
301 conv2d = createOpAndInfer<tosa::Conv2DOp>( in matchAndRewrite()
320 conv2d = createOpAndInfer<tosa::ReshapeOp>( in matchAndRewrite()
329 conv2d = createOpAndInfer<tosa::TransposeOp>( in matchAndRewrite()
336 conv2d = createOpAndInfer<tosa::ReshapeOp>( in matchAndRewrite()
347 auto slice = createOpAndInfer<tosa::SliceOp>( in matchAndRewrite()
354 createOpAndInfer<tosa::AddOp>(rewriter, loc, op.getType(), slice, bias); in matchAndRewrite()