Dartggml_gemv_tFunction typedef

Dartggml_gemv_tFunction = void Function(int n, Pointer<Float> s, int bs, Pointer<Void> x, Pointer<Void> y, int nr, int nc)

Implementation

typedef Dartggml_gemv_tFunction = void Function(int n, ffi.Pointer<ffi.Float> s,
    int bs, ffi.Pointer<ffi.Void> x, ffi.Pointer<ffi.Void> y, int nr, int nc);