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

Method state_seq_read_data

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

Source from the content-addressed store, hash-verified

2667}
2668
2669size_t llama_context::state_seq_read_data(llama_io_read_i & io, llama_seq_id seq_id, llama_state_seq_flags flags) {
2670 GGML_UNUSED(seq_id);
2671
2672 if (memory) {
2673 memory->state_read(io, seq_id, flags);
2674 }
2675
2676 return io.n_bytes();
2677}
2678
2679//
2680// perf

Callers

nothing calls this directly

Calls 2

state_readMethod · 0.45
n_bytesMethod · 0.45

Tested by

no test coverage detected