Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/appdevforall/CodeOnTheGo
/ ggml_graph_size
Function
ggml_graph_size
subprojects/llama.cpp/ggml/src/ggml.c:7139–7141 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7137
}
7138
7139
int ggml_graph_size(struct ggml_cgraph * cgraph) {
7140
return cgraph->size;
7141
}
7142
7143
struct ggml_tensor * ggml_graph_node(struct ggml_cgraph * cgraph, int i) {
7144
if (i < 0) {
Callers
2
opt_epoch_iter
Method · 0.85
eval_perf
Method · 0.85
Calls
no outgoing calls
Tested by
1
eval_perf
Method · 0.68