pub unsafe extern "C" fn mlirOperationGetAttribute(
op: MlirOperation,
pos: isize,
) -> MlirNamedAttribute
Expand description
Return pos
-th attribute of the operation.
Deprecated, please use mlirOperationGetInherentAttribute
or
mlirOperationGetDiscardableAttribute
.