pub unsafe extern "C" fn mlirContextGetNumRegisteredDialects(
context: MlirContext,
) -> isizeExpand description
Returns the number of dialects registered with the given context. A registered dialect will be loaded if needed by the parser.
pub unsafe extern "C" fn mlirContextGetNumRegisteredDialects(
context: MlirContext,
) -> isizeReturns the number of dialects registered with the given context. A registered dialect will be loaded if needed by the parser.