| 19966 | } |
| 19967 | |
| 19968 | size_t gguf_get_tensor_offset(const struct gguf_context * ctx, int i) { |
| 19969 | return ctx->infos[i].offset; |
| 19970 | } |
| 19971 | |
| 19972 | char * gguf_get_tensor_name(const struct gguf_context * ctx, int i) { |
| 19973 | return ctx->infos[i].name.data; |
no outgoing calls
no test coverage detected