MLIR
21.0.0git
|
#include "mlir/Dialect/Tensor/IR/Tensor.h"
#include "mlir/Dialect/Tosa/IR/TosaOps.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 | |
Include the generated interface declarations. | |
mlir::tosa | |
Macros | |
#define | GEN_PASS_DECL |
#define | GEN_PASS_REGISTRATION |
Functions | |
void | mlir::tosa::populateTosaDecomposeTransposeConv (MLIRContext *ctx, RewritePatternSet &patterns) |
void | mlir::tosa::populateTosaDecomposeDepthwise (MLIRContext *ctx, RewritePatternSet &patterns) |
void | mlir::tosa::populateTosaFoldConstantReciprocalPatterns (MLIRContext *ctx, RewritePatternSet &patterns) |
void | mlir::tosa::populateTosaFoldConstantTransposePatterns (MLIRContext *ctx, RewritePatternSet &patterns) |
void | mlir::tosa::populateTosaConstantReduction (MLIRContext *ctx, RewritePatternSet &patterns, bool aggressiveReduceConstant) |
void | mlir::tosa::populateTosaTypeConversion (TypeConverter &converter) |
std::unique_ptr< Pass > | mlir::tosa::createTosaTestQuantUtilAPIPass () |