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

Method cb

subprojects/llama.cpp/tools/mtmd/clip.cpp:253–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251}
252
253void clip_graph::cb(ggml_tensor * cur, const char * name, int il) const {
254 if (il >= 0) {
255 ggml_format_name(cur, "%s-%d", name, il);
256 } else {
257 ggml_set_name(cur, name);
258 }
259}
260
261// siglip2 naflex
262ggml_tensor * clip_graph::resize_position_embeddings(uint32_t interpolation_mode) {

Callers

nothing calls this directly

Calls 2

ggml_format_nameFunction · 0.85
ggml_set_nameFunction · 0.85

Tested by

no test coverage detected