MLIR 23.0.0git
OutlineShapeComputation.cpp File Reference
#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/Transforms/DialectConversion.h"
#include "mlir/Transforms/GreedyPatternRewriteDriver.h"
#include "llvm/ADT/DenseSet.h"
#include "llvm/Support/Debug.h"
#include <queue>
#include <vector>
#include "mlir/Dialect/Shape/Transforms/Passes.h.inc"

Go to the source code of this file.

Namespaces

namespace  mlir
 Include the generated interface declarations.

Macros

#define GEN_PASS_DEF_OUTLINESHAPECOMPUTATIONPASS
#define DEBUG_TYPE   "outline-shape-computation"

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "outline-shape-computation"

Definition at line 27 of file OutlineShapeComputation.cpp.

◆ GEN_PASS_DEF_OUTLINESHAPECOMPUTATIONPASS

#define GEN_PASS_DEF_OUTLINESHAPECOMPUTATIONPASS

Definition at line 23 of file OutlineShapeComputation.cpp.