Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/appdevforall/CodeOnTheGo
/ get_ctx
Method
get_ctx
subprojects/llama.cpp/src/llama-graph.h:610–610 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
608
609
ggml_cgraph * get_gf() const { return gf; }
610
ggml_context * get_ctx() const { return ctx_compute.get(); }
611
612
int64_t get_max_nodes() const;
613
Callers
2
llm_graph_context
Method · 0.80
build_graph_shift
Method · 0.80
Calls
1
get
Method · 0.65
Tested by
no test coverage detected