llama_cpp_sys_4

Function ggml_graph_compute_with_ctx

Source
pub unsafe extern "C" fn ggml_graph_compute_with_ctx(
    ctx: *mut ggml_context,
    cgraph: *mut ggml_cgraph,
    n_threads: c_int,
) -> ggml_status