Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1292
const char * ggml_op_name(enum ggml_op op) {
1293
return GGML_OP_NAME[op];
1294
}
1295
1296
const char * ggml_op_symbol(enum ggml_op op) {
1297
return GGML_OP_SYMBOL[op];
Callers
15
warmup
Method · 0.85
collect_imatrix
Method · 0.85
llama_sampler_backend_support
Function · 0.85
weight_buft_supported
Function · 0.85
op_desc
Method · 0.85
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_graph_print
Function · 0.85
ggml_backend_sched_backend_id_from_cur
Function · 0.85
ggml_backend_sched_print_assignments
Function · 0.85
Calls
no outgoing calls
Tested by
3
op_desc
Method · 0.68
list_all_ops
Function · 0.68
show_test_coverage
Function · 0.68