ggml_vec_dot_tFunction typedef

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

Implementation

typedef ggml_vec_dot_tFunction =
    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,
    );