Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2759
struct clip_image_u8 * clip_image_u8_init() {
2760
return new clip_image_u8();
2761
}
2762
2763
struct clip_image_f32 * clip_image_f32_init() {
2764
return new clip_image_f32();
Callers
3
slice_image
Method · 0.85
preprocess
Method · 0.85
add_media
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected