Function mlir_sys::mlirFuncSetArgAttr
source · pub unsafe extern "C" fn mlirFuncSetArgAttr(
op: MlirOperation,
pos: isize,
name: MlirStringRef,
attr: MlirAttribute
)
Expand description
Sets the argument attribute ‘name’ of an argument at index ‘pos’. Asserts that the operation is a FuncOp.