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

Function gguf_get_data_offset

ggml.c:19826–19828  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19824}
19825
19826size_t gguf_get_data_offset(const struct gguf_context * ctx) {
19827 return ctx->offset;
19828}
19829
19830void * gguf_get_data(const struct gguf_context * ctx) {
19831 return ctx->data;

Callers 4

file_offsetMethod · 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