Canonicalization pattern for the BlendOp that replaces blend(img, img, weight) with img if both input images are the same.
More...
|
| mlir::LogicalResult | matchAndRewrite (BlendOp op, mlir::PatternRewriter &rewriter) const override |
Canonicalization pattern for the BlendOp that replaces blend(img, img, weight) with img if both input images are the same.
◆ matchAndRewrite()
| mlir::LogicalResult picceler::SameOperandPattern::matchAndRewrite |
( |
BlendOp | op, |
|
|
mlir::PatternRewriter & | rewriter ) const |
|
inlineoverride |
The documentation for this struct was generated from the following file: