MLIR
17.0.0git
|
Go to the source code of this file.
Namespaces | |
mlir | |
Include the generated interface declarations. | |
mlir::tosa | |
Macros | |
#define | GEN_PASS_DECL_TOSATOLINALG |
#define | GEN_PASS_DECL_TOSATOLINALGNAMED |
Functions | |
std::unique_ptr< Pass > | mlir::tosa::createTosaToLinalg () |
std::unique_ptr< Pass > | mlir::tosa::createTosaToLinalgNamed () |
void | mlir::tosa::addTosaToLinalgPasses (OpPassManager &pm, bool disableTosaDecompositions=false) |
Populates passes to convert from TOSA to Linalg on buffers. More... | |
void | mlir::tosa::populateTosaToLinalgConversionPatterns (RewritePatternSet *patterns) |
Populates conversion passes from TOSA dialect to Linalg dialect. More... | |
void | mlir::tosa::populateTosaToLinalgNamedConversionPatterns (RewritePatternSet *patterns) |
Populates conversion passes from TOSA dialect to Linalg named operations. More... | |
#define GEN_PASS_DECL_TOSATOLINALG |
Definition at line 21 of file TosaToLinalg.h.
#define GEN_PASS_DECL_TOSATOLINALGNAMED |
Definition at line 22 of file TosaToLinalg.h.