Go to the source code of this file.
|
std::string | mlir::linalg::generateLibraryCallName (Operation *op) |
| Returns the name mangled library call name to disambiguate between different overloads at the C level. More...
|
|
SmallVector< AffineExpr, 4 > | mlir::linalg::makeAffineDimExprs (unsigned num, unsigned &startIdx, MLIRContext *context) |
| Returns num AffineDimExpr dimensions at positions [startIdx, startIdx + num) and increments startIdx to startIdx + num . More...
|
|
AffineMap | mlir::linalg::extractOrIdentityMap (std::optional< AffineMap > maybeMap, unsigned rank, MLIRContext *context) |
| Returns maybeMap.get() if maybeMap is set, otherwise returns the symbol-less identity map of rank . More...
|
|
SmallVector< AffineExpr, 4 > | mlir::linalg::concat (ArrayRef< AffineExpr > a, ArrayRef< AffineExpr > b) |
| Return the vector that is the concatenation of a and b . More...
|
|
Value | mlir::linalg::createOrFoldDimOp (OpBuilder &b, Location loc, Value val, int64_t dim) |
| Create one memref::DimOp or tensor::DimOp depending on the type of val . More...
|
|
OpFoldResult | mlir::linalg::createFoldedDimOp (OpBuilder &b, Location loc, Value val, int64_t dim) |
| Create one memref::DimOp or tensor::DimOp depending on the type of val . More...
|
|
◆ GET_ATTRDEF_CLASSES
#define GET_ATTRDEF_CLASSES |
◆ GET_OP_CLASSES [1/2]
◆ GET_OP_CLASSES [2/2]