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

Method get_gf

subprojects/llama.cpp/src/llama-graph.h:609–609  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

607 ggml_tensor * get_embd_pooled() const { return t_embd_pooled; }
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;

Callers 4

build_graphMethod · 0.80
llm_graph_contextMethod · 0.80
process_ubatchMethod · 0.80
build_graph_shiftMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected