Function llama_cpp_sys::ggml_rope_yarn_corr_dims

source ·
pub unsafe extern "C" fn ggml_rope_yarn_corr_dims(
    n_dims: c_int,
    n_orig_ctx: c_int,
    freq_base: f32,
    beta_fast: f32,
    beta_slow: f32,
    dims: *mut f32
)