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

Function ggml_get_name

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

Source from the content-addressed store, hash-verified

1837}
1838
1839const char * ggml_get_name(const struct ggml_tensor * tensor) {
1840 return tensor->name;
1841}
1842
1843struct ggml_tensor * ggml_set_name(struct ggml_tensor * tensor, const char * name) {
1844 size_t i;

Callers 13

save_tensor_for_layerMethod · 0.85
llama_tensor_weightMethod · 0.85
load_tensorsMethod · 0.85
llama_tensor_get_typeFunction · 0.85
llama_model_loaderMethod · 0.85
create_tensorMethod · 0.85
get_mapping_rangeMethod · 0.85
load_data_forMethod · 0.85
load_all_dataMethod · 0.85
ggml_graph_printFunction · 0.85
is_matmul_weightFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected