pub unsafe extern "C" fn mlirModuleCreateParse(
context: MlirContext,
module: MlirStringRef,
) -> MlirModule
Expand description
Parses a module from the string and transfers ownership to the caller.
pub unsafe extern "C" fn mlirModuleCreateParse(
context: MlirContext,
module: MlirStringRef,
) -> MlirModule
Parses a module from the string and transfers ownership to the caller.