mlir_sys

Function mlirContextGetNumRegisteredDialects

Source
pub unsafe extern "C" fn mlirContextGetNumRegisteredDialects(
    context: MlirContext,
) -> isize
Expand description

Returns the number of dialects registered with the given context. A registered dialect will be loaded if needed by the parser.