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

Function free_node

ggml-alloc.c:522–526  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

520}
521
522static void free_node(ggml_gallocr_t galloc, struct ggml_tensor * node) {
523 ggml_tallocr_t alloc = node_tallocr(galloc, node);
524
525 ggml_tallocr_free_tensor(alloc, node);
526}
527
528static void ggml_tallocr_alloc_graph_impl(ggml_gallocr_t galloc, struct ggml_cgraph * gf) {
529 const int * parse_seq = galloc->parse_seq;

Callers 1

Calls 2

node_tallocrFunction · 0.85
ggml_tallocr_free_tensorFunction · 0.85

Tested by

no test coverage detected