|
MLIR
22.0.0git
|
#include "mlir/Dialect/Arith/IR/Arith.h"#include "mlir/Dialect/Func/IR/FuncOps.h"#include "mlir/Dialect/Linalg/IR/Linalg.h"#include "mlir/Dialect/Quant/IR/Quant.h"#include "mlir/Dialect/Quant/IR/QuantTypes.h"#include "mlir/Dialect/Quant/Transforms/Passes.h"#include "mlir/Dialect/Shape/IR/Shape.h"#include "mlir/Dialect/Tensor/IR/Tensor.h"#include "mlir/IR/Matchers.h"#include "mlir/IR/PatternMatch.h"#include "mlir/Transforms/DialectConversion.h"#include "mlir/Dialect/Quant/Transforms/Passes.h.inc"Go to the source code of this file.
Namespaces | |
| mlir | |
| Include the generated interface declarations. | |
| mlir::quant | |
Macros | |
| #define | GEN_PASS_DEF_LOWERQUANTOPS |
Functions | |
| void | mlir::quant::populateLowerQuantOpsPatterns (RewritePatternSet &patterns) |
| #define GEN_PASS_DEF_LOWERQUANTOPS |
Definition at line 28 of file LowerQuantOps.cpp.