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