pub unsafe extern "C" fn mlirOperationSetDiscardableAttributeByName(
op: MlirOperation,
name: MlirStringRef,
attr: MlirAttribute,
)
Expand description
Sets a discardable attribute by name, replacing the existing if it exists or
adding a new one otherwise. The new attr
Attribute is not allowed to be
null, use mlirOperationRemoveDiscardableAttributeByName
to remove an
Attribute instead.