MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / gguf_get_tensor_name

Function gguf_get_tensor_name

ggml.c:19972–19974  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19970}
19971
19972char * gguf_get_tensor_name(const struct gguf_context * ctx, int i) {
19973 return ctx->infos[i].name.data;
19974}
19975
19976// returns the index
19977static int gguf_get_or_add_key(struct gguf_context * ctx, const char * key) {

Callers 9

gguf_find_tensorFunction · 0.70
llama_model_loaderMethod · 0.70
get_tensor_nameMethod · 0.70
load_all_dataMethod · 0.70
export_loraFunction · 0.50
clip_model_loadFunction · 0.50
clip_model_quantizeFunction · 0.50
gguf_ex_read_0Function · 0.50
gguf_ex_read_1Function · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected