mlir_sys

Function mlirContextLoadAllAvailableDialects

Source
pub unsafe extern "C" fn mlirContextLoadAllAvailableDialects(
    context: MlirContext,
)
Expand description

Eagerly loads all available dialects registered with a context, making them available for use for IR construction.