Dartggml_to_float_tFunction typedef

Dartggml_to_float_tFunction = void Function(Pointer<Void> x, Pointer<Float> y, int k)

Implementation

typedef Dartggml_to_float_tFunction = void Function(
    ffi.Pointer<ffi.Void> x, ffi.Pointer<ffi.Float> y, int k);