| 711 | } |
| 712 | |
| 713 | static int get_node_buffer_id(const int * node_buffer_ids, int i) { |
| 714 | return node_buffer_ids ? node_buffer_ids[i] : 0; |
| 715 | } |
| 716 | |
| 717 | static void ggml_gallocr_alloc_graph_impl(ggml_gallocr_t galloc, struct ggml_cgraph * graph, const int * node_buffer_ids, const int * leaf_buffer_ids) { |
| 718 | // clear hash tables |
no outgoing calls
no test coverage detected