|
MLIR 22.0.0git
|
#include "mlir/Conversion/ShapeToStandard/ShapeToStandard.h"#include "mlir/Dialect/ControlFlow/IR/ControlFlowOps.h"#include "mlir/Dialect/SCF/IR/SCF.h"#include "mlir/Dialect/Shape/IR/Shape.h"#include "mlir/IR/PatternMatch.h"#include "mlir/Pass/Pass.h"#include "mlir/Transforms/GreedyPatternRewriteDriver.h"#include "mlir/Conversion/Passes.h.inc"#include "ShapeToStandard.cpp.inc"Go to the source code of this file.
Classes | |
| class | mlir::impl::ConvertShapeConstraintsPassBase< DerivedT > |
Namespaces | |
| namespace | mlir |
| Include the generated interface declarations. | |
| namespace | mlir::impl |
| Attribute collections provide a dictionary-like interface. | |
Macros | |
| #define | GEN_PASS_DEF_CONVERTSHAPECONSTRAINTSPASS |
Functions | |
| std::unique_ptr<::mlir::Pass > | mlir::impl::createConvertShapeConstraintsPass () |
| std::unique_ptr<::mlir::Pass > | mlir::createConvertShapeConstraintsPass () |
| #define GEN_PASS_DEF_CONVERTSHAPECONSTRAINTSPASS |
Definition at line 19 of file ConvertShapeConstraints.cpp.