Function llama_cpp_sys::ggml_gallocr_reserve_n

source ·
pub unsafe extern "C" fn ggml_gallocr_reserve_n(
    galloc: ggml_gallocr_t,
    graph: *mut ggml_cgraph,
    node_buffer_ids: *const c_int,
    leaf_buffer_ids: *const c_int
) -> bool