MLIR
17.0.0git
|
#include "mlir/Dialect/Tensor/IR/Tensor.h"
#include "mlir/Dialect/Tosa/Transforms/PassesEnums.h.inc"
#include "mlir/Pass/Pass.h"
#include "mlir/Dialect/Tosa/Transforms/Passes.h.inc"
Go to the source code of this file.
Namespaces | |
mlir | |
This header declares functions that assit transformations in the MemRef dialect. | |
mlir::tosa | |
Macros | |
#define | GEN_PASS_DECL |
#define | GEN_PASS_REGISTRATION |
Functions | |
void | mlir::tosa::populateTosaDecomposeConv2D (MLIRContext *ctx, RewritePatternSet &patterns) |
void | mlir::tosa::populateTosaDecomposeTransposeConv (MLIRContext *ctx, RewritePatternSet &patterns) |
void | mlir::tosa::populateTosaDecomposeDepthwise (MLIRContext *ctx, RewritePatternSet &patterns) |
void | mlir::tosa::populateTosaFoldConstantTransposePatterns (MLIRContext *ctx, RewritePatternSet &patterns) |
std::unique_ptr< Pass > | mlir::tosa::createTosaLayerwiseConstantFoldPass () |
std::unique_ptr< Pass > | mlir::tosa::createTosaInferShapesPass () |
std::unique_ptr< Pass > | mlir::tosa::createTosaMakeBroadcastablePass () |
std::unique_ptr< Pass > | mlir::tosa::createTosaTestQuantUtilAPIPass () |
std::unique_ptr< Pass > | mlir::tosa::createTosaOptionalDecompositions () |
std::unique_ptr< Pass > | mlir::tosa::createTosaValidationPass () |