pub unsafe extern "C" fn mlirModuleFromOperation(
op: MlirOperation,
) -> MlirModule
Expand description
Views the generic operation as a module. The returned module is null when the input operation was not a ModuleOp.
pub unsafe extern "C" fn mlirModuleFromOperation(
op: MlirOperation,
) -> MlirModule
Views the generic operation as a module. The returned module is null when the input operation was not a ModuleOp.