MLIR 22.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.

Classes

class  mlir::impl::OutlineShapeComputationPassBase< DerivedT >

Namespaces

namespace  mlir
 Include the generated interface declarations.
namespace  mlir::impl
 Attribute collections provide a dictionary-like interface.

Macros

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

Functions

std::unique_ptr<::mlir::Passmlir::impl::createOutlineShapeComputationPass ()
std::unique_ptr<::mlir::Passmlir::createOutlineShapeComputationPass ()

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.