ggml_opt_callbackFunction typedef

ggml_opt_callbackFunction = Void Function(Pointer<Void> data, Int accum_step, Pointer<Float> sched, Pointer<Bool> cancel)

Implementation

typedef ggml_opt_callbackFunction = ffi.Void Function(
    ffi.Pointer<ffi.Void> data,
    ffi.Int accum_step,
    ffi.Pointer<ffi.Float> sched,
    ffi.Pointer<ffi.Bool> cancel);