Home
last modified time | relevance | path

Searched refs:SimplifyRedundantTranspose (Results 1 – 6 of 6) sorted by relevance

/llvm-project/mlir/examples/toy/Ch3/mlir/
H A DToyCombine.cpp28 struct SimplifyRedundantTranspose : public mlir::OpRewritePattern<TransposeOp> { struct
32 SimplifyRedundantTranspose(mlir::MLIRContext *context) in SimplifyRedundantTranspose() argument
59 results.add<SimplifyRedundantTranspose>(context); in getCanonicalizationPatterns() argument
/llvm-project/mlir/examples/toy/Ch6/mlir/
H A DToyCombine.cpp28 struct SimplifyRedundantTranspose : public mlir::OpRewritePattern<TransposeOp> { struct
32 SimplifyRedundantTranspose(mlir::MLIRContext *context) in SimplifyRedundantTranspose() function
59 results.add<SimplifyRedundantTranspose>(context); in getCanonicalizationPatterns() argument
/llvm-project/mlir/examples/toy/Ch4/mlir/
H A DToyCombine.cpp28 struct SimplifyRedundantTranspose : public mlir::OpRewritePattern<TransposeOp> { struct
32 SimplifyRedundantTranspose(mlir::MLIRContext *context) in SimplifyRedundantTranspose() argument
59 results.add<SimplifyRedundantTranspose>(context); in getCanonicalizationPatterns() argument
/llvm-project/mlir/examples/toy/Ch5/mlir/
H A DToyCombine.cpp28 struct SimplifyRedundantTranspose : public mlir::OpRewritePattern<TransposeOp> { struct
32 SimplifyRedundantTranspose(mlir::MLIRContext *context) in SimplifyRedundantTranspose() argument
59 results.add<SimplifyRedundantTranspose>(context); in getCanonicalizationPatterns() argument
/llvm-project/mlir/examples/toy/Ch7/mlir/
H A DToyCombine.cpp49 struct SimplifyRedundantTranspose : public mlir::OpRewritePattern<TransposeOp> { struct
53 SimplifyRedundantTranspose(mlir::MLIRContext *context) in SimplifyRedundantTranspose() argument
80 results.add<SimplifyRedundantTranspose>(context); in getCanonicalizationPatterns() argument
/llvm-project/mlir/docs/Tutorials/Toy/
H A DCh-3.md79 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