MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / ggml_opt_labels

Function ggml_opt_labels

smallthinker/ggml/src/ggml-opt.cpp:591–593  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

589}
590
591struct ggml_tensor * ggml_opt_labels(ggml_opt_context_t opt_ctx) {
592 return opt_ctx->labels;
593}
594
595struct ggml_tensor * ggml_opt_loss(ggml_opt_context_t opt_ctx) {
596 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