MLIR
16.0.0git
|
#include "mlir/Pass/Pass.h"
Go to the source code of this file.
Namespaces | |
mlir | |
Include the generated interface declarations. | |
mlir::tosa | |
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... | |