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

Class ggml_tensor

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

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected