pub unsafe extern "C" fn mlirExecutionEngineLookup(
jit: MlirExecutionEngine,
name: MlirStringRef,
) -> *mut c_void
Expand description
Lookup a native function in the execution engine by name, returns nullptr if the name can’t be looked-up.
pub unsafe extern "C" fn mlirExecutionEngineLookup(
jit: MlirExecutionEngine,
name: MlirStringRef,
) -> *mut c_void
Lookup a native function in the execution engine by name, returns nullptr if the name can’t be looked-up.