MCPcopy Create free account
hub / github.com/appdevforall/CodeOnTheGo / get_gf_res_reserve

Method get_gf_res_reserve

subprojects/llama.cpp/src/llama-context.cpp:2026–2028  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2024}
2025
2026llm_graph_result * llama_context::get_gf_res_reserve() const {
2027 return static_cast<llm_graph_result *>(gf_res_reserve.get());
2028}
2029
2030ggml_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) {

Callers 1

updateMethod · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected