Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tiiny-AI/PowerInfer
/ ggml_hash
Function
ggml_hash
ggml.c:15171–15173 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15169
}
15170
15171
static size_t ggml_hash(const void * p) {
15172
return (size_t)p;
15173
}
15174
15175
size_t ggml_hash_find(const struct ggml_hash_set hash_set, struct ggml_tensor * key) {
15176
size_t h = ggml_hash(key) % hash_set.size;
Callers
1
ggml_hash_find
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected