MLIR  19.0.0git
Classes | Namespaces | Macros | Functions
Passes.h File Reference
#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.

Classes

struct  mlir::tosa::ValidationOptions
 

Namespaces

 mlir
 Include the generated interface declarations.
 
 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::populateTosaFoldConstantReciprocalPatterns (MLIRContext *ctx, RewritePatternSet &patterns)
 
void mlir::tosa::populateTosaFoldConstantTransposePatterns (MLIRContext *ctx, RewritePatternSet &patterns)
 
void mlir::tosa::populateTosaConstantReduction (MLIRContext *ctx, RewritePatternSet &patterns, bool aggressiveReduceConstant)
 
std::unique_ptr< Passmlir::tosa::createTosaLayerwiseConstantFoldPass ()
 
std::unique_ptr< Passmlir::tosa::createTosaLayerwiseConstantFoldPass (const TosaLayerwiseConstantFoldPassOptions &options)
 
std::unique_ptr< Passmlir::tosa::createTosaInferShapesPass ()
 
std::unique_ptr< Passmlir::tosa::createTosaMakeBroadcastablePass ()
 
std::unique_ptr< Pass > mlir::tosa::createTosaTestQuantUtilAPIPass ()
 
std::unique_ptr< Passmlir::tosa::createTosaOptionalDecompositions ()
 

Macro Definition Documentation

◆ GEN_PASS_DECL

#define GEN_PASS_DECL

Definition at line 23 of file Passes.h.

◆ GEN_PASS_REGISTRATION

#define GEN_PASS_REGISTRATION

Definition at line 71 of file Passes.h.