mlir_sys

Function mlirOperationGetInherentAttributeByName

Source
pub unsafe extern "C" fn mlirOperationGetInherentAttributeByName(
    op: MlirOperation,
    name: MlirStringRef,
) -> MlirAttribute
Expand description

Returns an inherent attribute attached to the operation given its name.