MCPcopy 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
621struct ggml_tensor * ggml_opt_loss(ggml_opt_context_t opt_ctx) {
622 return opt_ctx->loss;
623}
624
625struct ggml_tensor * ggml_opt_pred(ggml_opt_context_t opt_ctx) {
626 return opt_ctx->pred;

Callers 2

test_forward_backwardFunction · 0.85
test_idata_splitFunction · 0.85

Calls

no outgoing calls

Tested by 2

test_forward_backwardFunction · 0.68
test_idata_splitFunction · 0.68