MLIR 22.0.0git
Passes.h File Reference
#include "mlir/Dialect/Tensor/IR/Tensor.h"
#include "mlir/Dialect/Tosa/IR/TosaOps.h"
#include "mlir/Pass/Pass.h"
#include "mlir/Dialect/Tosa/Transforms/Passes.h.inc"

Go to the source code of this file.

Namespaces

namespace  mlir
 Include the generated interface declarations.
namespace  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< Passmlir::tosa::createTosaTestQuantUtilAPIPass ()

Macro Definition Documentation

◆ GEN_PASS_DECL

#define GEN_PASS_DECL

Definition at line 24 of file Passes.h.

◆ GEN_PASS_REGISTRATION

#define GEN_PASS_REGISTRATION

Definition at line 45 of file Passes.h.