Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/appdevforall/CodeOnTheGo
/ ggml_op_symbol
Function
ggml_op_symbol
subprojects/llama.cpp/ggml/src/ggml.c:1296–1298 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1294
}
1295
1296
const char * ggml_op_symbol(enum ggml_op op) {
1297
return GGML_OP_SYMBOL[op];
1298
}
1299
1300
const char * ggml_unary_op_name(enum ggml_unary_op op) {
1301
return GGML_UNARY_OP_NAME[op];
Callers
1
ggml_graph_dump_dot
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected