Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antirez/llama.cpp-deepseek-v4-flash
/ ggml_opt_result_free
Function
ggml_opt_result_free
ggml/src/ggml-opt.cpp:643–645 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
641
}
642
643
void ggml_opt_result_free(ggml_opt_result_t result) {
644
delete result;
645
}
646
647
void ggml_opt_result_reset(ggml_opt_result_t result) {
648
result->ndata = 0;
Callers
3
helper_free_ctx_data
Function · 0.85
main
Function · 0.85
ggml_opt_fit
Function · 0.85
Calls
no outgoing calls
Tested by
1
helper_free_ctx_data
Function · 0.68