Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antirez/llama.cpp-deepseek-v4-flash
/ ggml_opt_loss
Function
ggml_opt_loss
ggml/src/ggml-opt.cpp:621–623 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
619
}
620
621
struct ggml_tensor * ggml_opt_loss(ggml_opt_context_t opt_ctx) {
622
return opt_ctx->loss;
623
}
624
625
struct ggml_tensor * ggml_opt_pred(ggml_opt_context_t opt_ctx) {
626
return opt_ctx->pred;
Callers
2
test_forward_backward
Function · 0.85
test_idata_split
Function · 0.85
Calls
no outgoing calls
Tested by
2
test_forward_backward
Function · 0.68
test_idata_split
Function · 0.68