MLIR
20.0.0git
|
#include <memory>
#include "mlir/Conversion/Passes.h.inc"
Go to the source code of this file.
Namespaces | |
mlir | |
Include the generated interface declarations. | |
Macros | |
#define | GEN_PASS_DECL_CONVERTSHAPECONSTRAINTS |
#define | GEN_PASS_DECL_CONVERTSHAPETOSTANDARD |
Functions | |
void | mlir::populateShapeToStandardConversionPatterns (RewritePatternSet &patterns) |
std::unique_ptr< OperationPass< ModuleOp > > | mlir::createConvertShapeToStandardPass () |
void | mlir::populateConvertShapeConstraintsConversionPatterns (RewritePatternSet &patterns) |
std::unique_ptr< Pass > | mlir::createConvertShapeConstraintsPass () |
#define GEN_PASS_DECL_CONVERTSHAPECONSTRAINTS |
Definition at line 22 of file ShapeToStandard.h.
#define GEN_PASS_DECL_CONVERTSHAPETOSTANDARD |
Definition at line 23 of file ShapeToStandard.h.