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

Method s_copy

subprojects/llama.cpp/src/llama-memory-recurrent.cpp:1163–1165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1161}
1162
1163int32_t llama_memory_recurrent_context::s_copy(int i) const {
1164 return mem->cells[i + mem->head].src0;
1165}

Callers 1

set_inputMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected