Skip to main content

ggml_blend

Function ggml_blend 

Source
pub unsafe extern "C" fn ggml_blend(
    ctx: *mut ggml_context,
    a: *mut ggml_tensor,
    b: *mut ggml_tensor,
    c: f32,
) -> *mut ggml_tensor