Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15245
static 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
Callers
1
ggml_build_backward_gradient_checkpointing
Function · 0.70
Calls
1
ggml_hash_set_free
Function · 0.70
Tested by
no test coverage detected