MLIR
20.0.0git
|
#include "mlir/Dialect/Func/IR/FuncOps.h"
#include "mlir/Dialect/Shape/Analysis/ShapeMappingAnalysis.h"
#include "mlir/Dialect/Shape/IR/Shape.h"
#include "mlir/Dialect/Shape/Transforms/Passes.h"
#include "mlir/Dialect/Tensor/IR/Tensor.h"
#include "mlir/IR/IRMapping.h"
#include "mlir/IR/Matchers.h"
#include "mlir/Pass/Pass.h"
#include "mlir/Transforms/DialectConversion.h"
#include "mlir/Transforms/GreedyPatternRewriteDriver.h"
#include "llvm/ADT/DenseSet.h"
#include "llvm/Support/Debug.h"
#include <queue>
#include <unordered_set>
#include <vector>
#include "mlir/Dialect/Shape/Transforms/Passes.h.inc"
Go to the source code of this file.
Namespaces | |
mlir | |
Include the generated interface declarations. | |
Macros | |
#define | GEN_PASS_DEF_OUTLINESHAPECOMPUTATION |
#define | DEBUG_TYPE "outline-shape-computation" |
#define DEBUG_TYPE "outline-shape-computation" |
Definition at line 30 of file OutlineShapeComputation.cpp.
#define GEN_PASS_DEF_OUTLINESHAPECOMPUTATION |
Definition at line 26 of file OutlineShapeComputation.cpp.