llama_cpp_sys_4

Function ggml_leaky_relu

Source
pub unsafe extern "C" fn ggml_leaky_relu(
    ctx: *mut ggml_context,
    a: *mut ggml_tensor,
    negative_slope: f32,
    inplace: bool,
) -> *mut ggml_tensor