ggml_reset method
LlamaLibrarySharedBindingsByGeneralDeveloper Binding By General Corporation & Global Corporation & General Developer
Implementation
void ggml_reset(
ffi.Pointer<ggml_context> ctx,
) {
return _ggml_reset(
ctx,
);
}
LlamaLibrarySharedBindingsByGeneralDeveloper Binding By General Corporation & Global Corporation & General Developer
void ggml_reset(
ffi.Pointer<ggml_context> ctx,
) {
return _ggml_reset(
ctx,
);
}