mlir_sys

Function mlirContextIsRegisteredOperation

Source
pub unsafe extern "C" fn mlirContextIsRegisteredOperation(
    context: MlirContext,
    name: MlirStringRef,
) -> bool
Expand 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.