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

Function clip_image_u8_init

tools/mtmd/clip.cpp:2759–2761  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2757}
2758
2759struct clip_image_u8 * clip_image_u8_init() {
2760 return new clip_image_u8();
2761}
2762
2763struct clip_image_f32 * clip_image_f32_init() {
2764 return new clip_image_f32();

Callers 3

slice_imageMethod · 0.85
preprocessMethod · 0.85
add_mediaMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected