Skip to main content

common_shim_ngram_cache_draft

Function common_shim_ngram_cache_draft 

Source
pub unsafe extern "C" fn common_shim_ngram_cache_draft(
    tokens: *const i32,
    n_tokens: usize,
    n_draft: i32,
    ngram_min: i32,
    ngram_max: i32,
    nc_context: *mut common_shim_ngram_cache,
    nc_dynamic: *mut common_shim_ngram_cache,
    nc_static: *mut common_shim_ngram_cache,
    out: *mut i32,
    out_cap: usize,
    out_len: *mut usize,
) -> i32