ggml_reset function
- @Native<Void Function(Pointer<
ggml_context> )>(ffi.Pointer<ggml_context>)>()
- Pointer<
ggml_context> ctx
Implementation
@ffi.Native<ffi.Void Function(ffi.Pointer<ggml_context>)>()
external void ggml_reset(
ffi.Pointer<ggml_context> ctx,
);