MCPcopy Create free account
hub / github.com/antirez/llama.cpp-deepseek-v4-flash / ggml_opt_result_init

Function ggml_opt_result_init

ggml/src/ggml-opt.cpp:639–641  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

637// ====== Optimization Result ======
638
639ggml_opt_result_t ggml_opt_result_init() {
640 return new ggml_opt_result;
641}
642
643void ggml_opt_result_free(ggml_opt_result_t result) {
644 delete result;

Callers 3

helper_get_ctx_dataFunction · 0.85
mainFunction · 0.85
ggml_opt_fitFunction · 0.85

Calls

no outgoing calls

Tested by 1

helper_get_ctx_dataFunction · 0.68