mlir_sys

Function mlirOperationSetInherentAttributeByName

Source
pub unsafe extern "C" fn mlirOperationSetInherentAttributeByName(
    op: MlirOperation,
    name: MlirStringRef,
    attr: MlirAttribute,
)
Expand description

Sets an inherent attribute by name, replacing the existing if it exists. This has no effect if “name” does not match an inherent attribute.