Skip to main content

ggml_softcap_max

Function ggml_softcap_max 

Source
pub unsafe extern "C" fn ggml_softcap_max(
    ctx: *mut ggml_context,
    a: *mut ggml_tensor,
    mask: *mut ggml_tensor,
    scale: f32,
    max_bias: f32,
    s_before: f32,
    s_after: f32,
) -> *mut ggml_tensor