MCPcopy Create free account
hub / github.com/appdevforall/CodeOnTheGo / ggml_opt_labels

Function ggml_opt_labels

subprojects/llama.cpp/ggml/src/ggml-opt.cpp:616–618  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

614}
615
616struct ggml_tensor * ggml_opt_labels(ggml_opt_context_t opt_ctx) {
617 return opt_ctx->labels;
618}
619
620struct ggml_tensor * ggml_opt_loss(ggml_opt_context_t opt_ctx) {
621 return opt_ctx->loss;

Callers 2

opt_epoch_iterMethod · 0.85
ggml_opt_epochFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected