pub unsafe extern "C" fn mlirOperationGetInherentAttributeByName(
op: MlirOperation,
name: MlirStringRef,
) -> MlirAttributeExpand description
Returns an inherent attribute attached to the operation given its name.
pub unsafe extern "C" fn mlirOperationGetInherentAttributeByName(
op: MlirOperation,
name: MlirStringRef,
) -> MlirAttributeReturns an inherent attribute attached to the operation given its name.