14 #ifndef MLIR_QUANTIZER_TRANSFORMS_PASSES_H 15 #define MLIR_QUANTIZER_TRANSFORMS_PASSES_H 23 class TargetConfiguration;
27 std::unique_ptr<OpPassBase<ModuleOp>>
29 const TargetConfiguration &config);
42 #endif // MLIR_QUANTIZER_TRANSFORMS_PASSES_H Definition: InferTypeOpInterface.cpp:20
std::unique_ptr< OpPassBase< ModuleOp > > createInferQuantizedTypesPass(SolverContext &solverContext, const TargetConfiguration &config)
Definition: InferQuantizedTypesPass.cpp:281
std::unique_ptr< OpPassBase< FuncOp > > createAddDefaultStatsPass()
Definition: AddDefaultStatsTestPass.cpp:113
std::unique_ptr< OpPassBase< FuncOp > > createRemoveInstrumentationPass()
Definition: RemoveInstrumentationPass.cpp:61