MLIR  19.0.0git
Functions
Linalg.h File Reference
#include "mlir-c/IR.h"
#include "mlir-c/Support.h"
#include "mlir/Dialect/Linalg/Passes.capi.h.inc"

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)
 

Function Documentation

◆ MLIR_DECLARE_CAPI_DIALECT_REGISTRATION()

MLIR_DECLARE_CAPI_DIALECT_REGISTRATION ( Linalg  ,
linalg   
)

◆ mlirLinalgFillBuiltinNamedOpRegion()

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.