pub unsafe extern "C" fn mlirOperationGetNumAttributes(
op: MlirOperation,
) -> isizeExpand description
Returns the number of attributes attached to the operation.
Deprecated, please use mlirOperationGetNumInherentAttributes or
mlirOperationGetNumDiscardableAttributes.