Searched refs:SimplifyRedundantTranspose (Results 1 – 6 of 6) sorted by relevance
28 struct SimplifyRedundantTranspose : public mlir::OpRewritePattern<TransposeOp> { struct32 SimplifyRedundantTranspose(mlir::MLIRContext *context) in SimplifyRedundantTranspose() function59 results.insert<SimplifyRedundantTranspose>(context); in getCanonicalizationPatterns() argument
33 struct SimplifyRedundantTranspose : public mlir::OpRewritePattern<TransposeOp> { struct37 SimplifyRedundantTranspose(mlir::MLIRContext *context) in SimplifyRedundantTranspose() argument64 results.insert<SimplifyRedundantTranspose>(context); in getCanonicalizationPatterns() argument
33 struct SimplifyRedundantTranspose : public mlir::OpRewritePattern<TransposeOp> { struct37 SimplifyRedundantTranspose(mlir::MLIRContext *context) in SimplifyRedundantTranspose() function64 results.insert<SimplifyRedundantTranspose>(context); in getCanonicalizationPatterns() argument
51 struct SimplifyRedundantTranspose : public mlir::OpRewritePattern<TransposeOp> { struct55 SimplifyRedundantTranspose(mlir::MLIRContext *context) in SimplifyRedundantTranspose() function82 results.insert<SimplifyRedundantTranspose>(context); in getCanonicalizationPatterns() argument
79 struct SimplifyRedundantTranspose : public mlir::OpRewritePattern<TransposeOp> {83 SimplifyRedundantTranspose(mlir::MLIRContext *context)118 results.insert<SimplifyRedundantTranspose>(context);179 A redundant reshape optimization similar to SimplifyRedundantTranspose can be