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

Function get_view_source

tests/test-alloc.cpp:238–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236}
237
238static ggml_tensor * get_view_source(ggml_tensor * t) {
239 while (t->view_src) {
240 t = t->view_src;
241 }
242 return t;
243}
244
245static void check_no_overlap(ggml_cgraph * graph) {
246 for (int i = 0; i < ggml_graph_n_nodes(graph); ++i) {

Callers 1

check_no_overlapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected