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

Function ggml_glu_op_name

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

Source from the content-addressed store, hash-verified

1302}
1303
1304const char * ggml_glu_op_name(enum ggml_glu_op op) {
1305 return GGML_GLU_OP_NAME[op];
1306}
1307
1308const char * ggml_op_desc(const struct ggml_tensor * t) {
1309 if (t->op == GGML_OP_UNARY) {

Callers 5

list_all_opsFunction · 0.85
show_test_coverageFunction · 0.85
ggml_op_descFunction · 0.85
ggml_compute_backwardFunction · 0.85
ggml_vk_build_graphFunction · 0.85

Calls

no outgoing calls

Tested by 2

list_all_opsFunction · 0.68
show_test_coverageFunction · 0.68