Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tiiny-AI/PowerInfer
/ ggml_opt_result_init
Function
ggml_opt_result_init
smallthinker/ggml/src/ggml-opt.cpp:613–615 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
611
// ====== Optimization Result ======
612
613
ggml_opt_result_t ggml_opt_result_init() {
614
return new ggml_opt_result;
615
}
616
617
void ggml_opt_result_free(ggml_opt_result_t result) {
618
delete result;
Callers
3
helper_get_ctx_data
Function · 0.85
main
Function · 0.85
ggml_opt_fit
Function · 0.85
Calls
no outgoing calls
Tested by
1
helper_get_ctx_data
Function · 0.68