MLIR
20.0.0git
|
Go to the source code of this file.
Functions | |
MLIR_CAPI_EXPORTED void | mlirLinalgFillBuiltinNamedOpRegion (MlirOperation mlirOp) |
Apply the special region builder for the builtin named Linalg op. More... | |
MLIR_DECLARE_CAPI_DIALECT_REGISTRATION (Linalg, linalg) | |
MLIR_DECLARE_CAPI_DIALECT_REGISTRATION | ( | Linalg | , |
linalg | |||
) |
MLIR_CAPI_EXPORTED void mlirLinalgFillBuiltinNamedOpRegion | ( | MlirOperation | mlirOp | ) |
Apply the special region builder for the builtin named Linalg op.
Assert that mlirOp
is a builtin named Linalg op.
Assert that op
is a builtin named Linalg op.
Definition at line 18 of file Linalg.cpp.
References mlir::OpBuilder::createBlock(), mlir::Operation::getAttrs(), mlir::Region::getBlocks(), mlir::Operation::getContext(), mlir::getElementTypeOrSelf(), mlir::Operation::getLoc(), mlir::Operation::getName(), mlir::Operation::getNumRegions(), mlir::Operation::getRegion(), mlir::OperationName::getStringRef(), mlir::OpBuilder::setInsertionPointToStart(), and unwrap().