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