Dartggml_from_float_tFunction typedef

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

Implementation

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