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

Function gguf_get_sparse_deriv

ggml.c:19948–19950  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19946}
19947
19948enum ggml_sparse_deriv gguf_get_sparse_deriv(const struct gguf_context * ctx) {
19949 return ctx->sparse_deriv;
19950}
19951
19952int gguf_find_tensor(const struct gguf_context * ctx, const char * name) {
19953 // return -1 if tensor not found

Callers 2

llama_model_loaderMethod · 0.85
llm_load_hparamsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected