Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1304
const char * ggml_glu_op_name(enum ggml_glu_op op) {
1305
return GGML_GLU_OP_NAME[op];
1306
}
1307
1308
const char * ggml_op_desc(const struct ggml_tensor * t) {
1309
if (t->op == GGML_OP_UNARY) {
Callers
5
list_all_ops
Function · 0.85
show_test_coverage
Function · 0.85
ggml_op_desc
Function · 0.85
ggml_compute_backward
Function · 0.85
ggml_vk_build_graph
Function · 0.85
Calls
no outgoing calls
Tested by
2
list_all_ops
Function · 0.68
show_test_coverage
Function · 0.68