Type Alias llama_cpp_sys::ggml_vec_dot_t

source ·
pub type ggml_vec_dot_t = Option<unsafe extern "C" fn(n: c_int, s: *mut f32, bs: usize, x: *const c_void, bx: usize, y: *const c_void, by: usize, nrc: c_int)>;

Aliased Type§

enum ggml_vec_dot_t {
    None,
    Some(unsafe extern "C" fn(_: i32, _: *mut f32, _: usize, _: *const c_void, _: usize, _: *const c_void, _: usize, _: i32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: i32, _: *mut f32, _: usize, _: *const c_void, _: usize, _: *const c_void, _: usize, _: i32))

Some value of type T.