Function llama_cpp_sys::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