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

Function clip_image_u8_init

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

Source from the content-addressed store, hash-verified

2155}
2156
2157struct clip_image_u8 * clip_image_u8_init() {
2158 return new clip_image_u8();
2159}
2160
2161struct clip_image_f32 * clip_image_f32_init() {
2162 return new clip_image_f32();

Callers 3

slice_imageMethod · 0.85
clip_image_preprocessFunction · 0.85
add_mediaMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected