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

Function clip_image_f32_init

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

Source from the content-addressed store, hash-verified

2159}
2160
2161struct clip_image_f32 * clip_image_f32_init() {
2162 return new clip_image_f32();
2163}
2164
2165struct clip_image_f32_batch * clip_image_f32_batch_init() {
2166 return new clip_image_f32_batch();

Callers 4

warmupMethod · 0.85
clip_image_preprocessFunction · 0.85
clip_image_encodeFunction · 0.85
add_mediaMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected