ggml_gemv_tFunction typedef
ggml_gemv_tFunction =
Void Function(Int n, Pointer<Float> s, Size bs, Pointer<Void> x, Pointer<Void> y, Int nr, Int nc)
Implementation
typedef ggml_gemv_tFunction = ffi.Void Function(
ffi.Int n,
ffi.Pointer<ffi.Float> s,
ffi.Size bs,
ffi.Pointer<ffi.Void> x,
ffi.Pointer<ffi.Void> y,
ffi.Int nr,
ffi.Int nc);