Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tiiny-AI/PowerInfer
/ ggml_op_name
Function
ggml_op_name
ggml.c:2005–2007 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2003
}
2004
2005
const char * ggml_op_name(enum ggml_op op) {
2006
return GGML_OP_NAME[op];
2007
}
2008
2009
const char * ggml_op_symbol(enum ggml_op op) {
2010
return GGML_OP_SYMBOL[op];
Callers
6
ggml_tallocr_alloc_graph_impl
Function · 0.70
ggml_get_n_tasks
Function · 0.70
ggml_graph_export_leaf
Function · 0.70
ggml_graph_export_node
Function · 0.70
ggml_graph_print
Function · 0.70
sched_print_assignments
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected