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