MCPcopy 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
15171static size_t ggml_hash(const void * p) {
15172 return (size_t)p;
15173}
15174
15175size_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_findFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected