| 606 | } |
| 607 | |
| 608 | struct ggml_tensor * ggml_opt_inputs(ggml_opt_context_t opt_ctx) { |
| 609 | return opt_ctx->inputs; |
| 610 | } |
| 611 | |
| 612 | struct ggml_tensor * ggml_opt_outputs(ggml_opt_context_t opt_ctx) { |
| 613 | return opt_ctx->outputs; |
no outgoing calls
no test coverage detected