MCPcopy Create free account
hub / github.com/appdevforall/CodeOnTheGo / get_memory

Method get_memory

subprojects/llama.cpp/src/llama-context.cpp:615–617  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

613}
614
615llama_memory_t llama_context::get_memory() const {
616 return memory.get();
617}
618
619bool llama_context::memory_update(bool optimize) {
620 if (!memory) {

Callers 4

llama_get_memoryFunction · 0.80
ggml_backend_dev_memoryFunction · 0.80
apir_backend_deinitFunction · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected