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

Function ggml_hash_map_free

ggml.c:15245–15249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15243}
15244
15245static void ggml_hash_map_free(struct hash_map * map) {
15246 ggml_hash_set_free(map->set);
15247 free(map->vals);
15248 free(map);
15249}
15250
15251// gradient checkpointing
15252

Calls 1

ggml_hash_set_freeFunction · 0.70

Tested by

no test coverage detected