Skip to main content

ggml_reduce

Function ggml_reduce 

Source
pub unsafe extern "C" fn ggml_reduce(
    ctx: *mut ggml_context,
    a: *mut *mut ggml_tensor,
    n: c_int,
    op: ggml_op,
) -> *mut ggml_tensor