| 589 | } |
| 590 | |
| 591 | struct ggml_tensor * ggml_opt_labels(ggml_opt_context_t opt_ctx) { |
| 592 | return opt_ctx->labels; |
| 593 | } |
| 594 | |
| 595 | struct ggml_tensor * ggml_opt_loss(ggml_opt_context_t opt_ctx) { |
| 596 | return opt_ctx->loss; |
no outgoing calls
no test coverage detected