| MLIR
    22.0.0git
    | 
Go to the source code of this file.
| Classes | |
| class | mlir::tensor::ExtractSliceFromCollapseHelper | 
| This class assists with generating IR required to materialize an arbitrary-sized slice from the result of a CollapseShapeOp.  More... | |
| Namespaces | |
| mlir | |
| Include the generated interface declarations. | |
| mlir::tensor | |
| Functions | |
| FailureOr< Operation * > | mlir::tensor::simplifyCollapseShapeWithRankReducingExtractSlice (tensor::CollapseShapeOp op, RewriterBase &rewriter) | 
| Tries to simplify a tensor.collapse_shapeoperation by inserting a single rank-reducingtensor.extract_sliceoperation.  More... | |