| 965 | |
| 966 | std::map<int, std::vector<sam3_memory_slot>> mem_banks; |
| 967 | std::map<int, std::vector<std::pair<int, struct ggml_tensor*>>> ptr_banks; |
| 968 | |
| 969 | struct ggml_context* ctx = nullptr; |
| 970 | ggml_backend_buffer_t buffer = nullptr; |
nothing calls this directly
no outgoing calls
no test coverage detected