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() argument59 results.add<SimplifyRedundantTranspose>(context); in getCanonicalizationPatterns() argument
28 struct SimplifyRedundantTranspose : public mlir::OpRewritePattern<TransposeOp> { struct32 SimplifyRedundantTranspose(mlir::MLIRContext *context) in SimplifyRedundantTranspose() function59 results.add<SimplifyRedundantTranspose>(context); in getCanonicalizationPatterns() argument
49 struct SimplifyRedundantTranspose : public mlir::OpRewritePattern<TransposeOp> { struct53 SimplifyRedundantTranspose(mlir::MLIRContext *context) in SimplifyRedundantTranspose() argument80 results.add<SimplifyRedundantTranspose>(context); in getCanonicalizationPatterns() argument
79 struct SimplifyRedundantTranspose : public mlir::OpRewritePattern<TransposeOp> {83 SimplifyRedundantTranspose(mlir::MLIRContext *context)118 results.add<SimplifyRedundantTranspose>(context);179 A redundant reshape optimization similar to SimplifyRedundantTranspose can be