MLIR
18.0.0git
|
#include "mlir/Dialect/Tosa/Transforms/Passes.h"
#include "mlir/Pass/Pass.h"
#include "mlir/Conversion/Passes.h.inc"
Go to the source code of this file.
Namespaces | |
mlir | |
This header declares functions that assist transformations in the MemRef dialect. | |
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, tosa::ValidationOptions const &validationOptions=tosa::ValidationOptions().setLevel(tosa::TosaLevelEnum::None)) |
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 22 of file TosaToLinalg.h.
#define GEN_PASS_DECL_TOSATOLINALGNAMED |
Definition at line 23 of file TosaToLinalg.h.