MCPcopy Create free account
hub / github.com/antirez/llama.cpp-deepseek-v4-flash / mtmd_input_chunks_init

Function mtmd_input_chunks_init

tools/mtmd/mtmd.cpp:1179–1181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1177// mtmd_input_chunks
1178
1179mtmd_input_chunks * mtmd_input_chunks_init() {
1180 return new mtmd_input_chunks;
1181}
1182
1183size_t mtmd_input_chunks_size(const mtmd_input_chunks * chunks) {
1184 return chunks->entries.size();

Callers 3

eval_messageFunction · 0.85
process_mtmd_promptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected