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

Function ggml_unary_op_name

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

Source from the content-addressed store, hash-verified

1298}
1299
1300const char * ggml_unary_op_name(enum ggml_unary_op op) {
1301 return GGML_UNARY_OP_NAME[op];
1302}
1303
1304const char * ggml_glu_op_name(enum ggml_glu_op op) {
1305 return GGML_GLU_OP_NAME[op];

Callers 6

list_all_opsFunction · 0.85
show_test_coverageFunction · 0.85
ggml_op_descFunction · 0.85
ggml_compute_backwardFunction · 0.85
get_node_fusion_nameMethod · 0.85

Calls

no outgoing calls

Tested by 2

list_all_opsFunction · 0.68
show_test_coverageFunction · 0.68