Function llama_cpp_sys::ggml_flash_ff

source ·
pub unsafe extern "C" fn ggml_flash_ff(
    ctx: *mut ggml_context,
    a: *mut ggml_tensor,
    b0: *mut ggml_tensor,
    b1: *mut ggml_tensor,
    c0: *mut ggml_tensor,
    c1: *mut ggml_tensor
) -> *mut ggml_tensor