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