Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/appdevforall/CodeOnTheGo
/ ggml_opt_loss
Function
ggml_opt_loss
subprojects/llama.cpp/ggml/src/ggml-opt.cpp:620–622 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
618
}
619
620
struct ggml_tensor * ggml_opt_loss(ggml_opt_context_t opt_ctx) {
621
return opt_ctx->loss;
622
}
623
624
struct ggml_tensor * ggml_opt_pred(ggml_opt_context_t opt_ctx) {
625
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