pub unsafe extern "C" fn mlirContextIsRegisteredOperation(
context: MlirContext,
name: MlirStringRef,
) -> boolExpand description
Returns whether the given fully-qualified operation (i.e. ‘dialect.operation’) is registered with the context. This will return true if the dialect is loaded and the operation is registered within the dialect.