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

Function ggml_op_name

subprojects/llama.cpp/ggml/src/ggml.c:1292–1294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1290}
1291
1292const char * ggml_op_name(enum ggml_op op) {
1293 return GGML_OP_NAME[op];
1294}
1295
1296const char * ggml_op_symbol(enum ggml_op op) {
1297 return GGML_OP_SYMBOL[op];

Callers 15

warmupMethod · 0.85
collect_imatrixMethod · 0.85
weight_buft_supportedFunction · 0.85
op_descMethod · 0.85
list_all_opsFunction · 0.85
show_test_coverageFunction · 0.85
ggml_op_descFunction · 0.85
ggml_compute_backwardFunction · 0.85
ggml_graph_printFunction · 0.85

Calls

no outgoing calls

Tested by 3

op_descMethod · 0.68
list_all_opsFunction · 0.68
show_test_coverageFunction · 0.68