ggml_vec_dot_t typedef

ggml_vec_dot_t = Pointer<NativeFunction<Void Function(Int n, Pointer<Float> s, Size bs, Pointer<Void> x, Size bx, Pointer<Void> y, Size by, Int nrc)>>

Internal types and functions exposed for tests and benchmarks

Implementation

typedef ggml_vec_dot_t = ffi.Pointer<
    ffi.NativeFunction<
        ffi.Void Function(
            ffi.Int n,
            ffi.Pointer<ffi.Float> s,
            ffi.Size bs,
            ffi.Pointer<ffi.Void> x,
            ffi.Size bx,
            ffi.Pointer<ffi.Void> y,
            ffi.Size by,
            ffi.Int nrc)>>;