MCPcopy Create free account
hub / github.com/PABannier/sam3.cpp / ggml_context

Class ggml_context

sam3.cpp:969–969  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected