mlir_sys

Function mlirOperationRemoveDiscardableAttributeByName

Source
pub unsafe extern "C" fn mlirOperationRemoveDiscardableAttributeByName(
    op: MlirOperation,
    name: MlirStringRef,
) -> bool
Expand description

Removes a discardable attribute by name. Returns false if the attribute was not found and true if removed.