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

Function gguf_get_key

ggml.c:19854–19856  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19852}
19853
19854const char * gguf_get_key(const struct gguf_context * ctx, int key_id) {
19855 return ctx->kv[key_id].key.data;
19856}
19857
19858enum gguf_type gguf_get_kv_type(const struct gguf_context * ctx, int key_id) {
19859 return ctx->kv[key_id].type;

Callers 5

gguf_find_keyFunction · 0.70
llama_model_loaderMethod · 0.70
clip_model_loadFunction · 0.50
gguf_ex_read_0Function · 0.50
gguf_ex_read_1Function · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected