| 2024 | } |
| 2025 | |
| 2026 | llm_graph_result * llama_context::get_gf_res_reserve() const { |
| 2027 | return static_cast<llm_graph_result *>(gf_res_reserve.get()); |
| 2028 | } |
| 2029 | |
| 2030 | ggml_cgraph * llama_context::graph_reserve( |
| 2031 | uint32_t n_tokens, uint32_t n_seqs, uint32_t n_outputs, const llama_memory_context_i * mctx, bool split_only, size_t * sizes) { |