| 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; |
| 971 | |
| 972 | // Per-tensor backend buffers allocated by sam3_encode_memory / sam3_store_obj_ptr. |
nothing calls this directly
no outgoing calls
no test coverage detected