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

Returns an attribute attached to the operation given its name.