MCPcopy 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
2005const char * ggml_op_name(enum ggml_op op) {
2006 return GGML_OP_NAME[op];
2007}
2008
2009const char * ggml_op_symbol(enum ggml_op op) {
2010 return GGML_OP_SYMBOL[op];

Callers 6

ggml_get_n_tasksFunction · 0.70
ggml_graph_export_leafFunction · 0.70
ggml_graph_export_nodeFunction · 0.70
ggml_graph_printFunction · 0.70
sched_print_assignmentsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected