| 614 | } |
| 615 | |
| 616 | struct ggml_tensor * ggml_opt_labels(ggml_opt_context_t opt_ctx) { |
| 617 | return opt_ctx->labels; |
| 618 | } |
| 619 | |
| 620 | struct ggml_tensor * ggml_opt_loss(ggml_opt_context_t opt_ctx) { |
| 621 | return opt_ctx->loss; |
no outgoing calls
no test coverage detected