menu
llama_cpp_dart package
documentation
llama_cpp_dart_ffi.dart
llama_cpp
ggml_reset method
ggml_reset method
dark_mode
light_mode
ggml_reset
method
void
ggml_reset
(
Pointer
<
ggml_context
>
ctx
)
Implementation
void ggml_reset( ffi.Pointer<ggml_context> ctx, ) { return _ggml_reset( ctx, ); }
llama_cpp_dart package
documentation
llama_cpp_dart_ffi
llama_cpp
ggml_reset method
llama_cpp class