Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2157
struct clip_image_u8 * clip_image_u8_init() {
2158
return new clip_image_u8();
2159
}
2160
2161
struct clip_image_f32 * clip_image_f32_init() {
2162
return new clip_image_f32();
Callers
3
slice_image
Method · 0.85
clip_image_preprocess
Function · 0.85
add_media
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected