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