Home
last modified time | relevance | path

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

/external/llvm-project/mlir/examples/toy/Ch3/mlir/
DToyCombine.cpp28 struct SimplifyRedundantTranspose : public mlir::OpRewritePattern<TransposeOp> { struct
32 SimplifyRedundantTranspose(mlir::MLIRContext *context) in SimplifyRedundantTranspose() argument
59 results.insert<SimplifyRedundantTranspose>(context); in getCanonicalizationPatterns() argument
/external/llvm-project/mlir/examples/toy/Ch6/mlir/
DToyCombine.cpp33 struct SimplifyRedundantTranspose : public mlir::OpRewritePattern<TransposeOp> { struct
37 SimplifyRedundantTranspose(mlir::MLIRContext *context) in SimplifyRedundantTranspose() argument
64 results.insert<SimplifyRedundantTranspose>(context); in getCanonicalizationPatterns() argument
/external/llvm-project/mlir/examples/toy/Ch5/mlir/
DToyCombine.cpp33 struct SimplifyRedundantTranspose : public mlir::OpRewritePattern<TransposeOp> { struct
37 SimplifyRedundantTranspose(mlir::MLIRContext *context) in SimplifyRedundantTranspose() argument
64 results.insert<SimplifyRedundantTranspose>(context); in getCanonicalizationPatterns() argument
/external/llvm-project/mlir/examples/toy/Ch4/mlir/
DToyCombine.cpp33 struct SimplifyRedundantTranspose : public mlir::OpRewritePattern<TransposeOp> { struct
37 SimplifyRedundantTranspose(mlir::MLIRContext *context) in SimplifyRedundantTranspose() function
64 results.insert<SimplifyRedundantTranspose>(context); in getCanonicalizationPatterns() argument
/external/llvm-project/mlir/examples/toy/Ch7/mlir/
DToyCombine.cpp51 struct SimplifyRedundantTranspose : public mlir::OpRewritePattern<TransposeOp> { struct
55 SimplifyRedundantTranspose(mlir::MLIRContext *context) in SimplifyRedundantTranspose() function
82 results.insert<SimplifyRedundantTranspose>(context); in getCanonicalizationPatterns() argument
/external/llvm-project/mlir/docs/Tutorials/Toy/
DCh-3.md79 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