Dartggml_vec_dot_tFunction typedef

Dartggml_vec_dot_tFunction = void Function(int n, Pointer<Float> s, int bs, Pointer<Void> x, int bx, Pointer<Void> y, int by, int nrc)

Implementation

typedef Dartggml_vec_dot_tFunction = void Function(
    int n,
    ffi.Pointer<ffi.Float> s,
    int bs,
    ffi.Pointer<ffi.Void> x,
    int bx,
    ffi.Pointer<ffi.Void> y,
    int by,
    int nrc);