MCPcopy 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_contextMethod · 0.80
build_graph_shiftMethod · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected