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