Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tiiny-AI/PowerInfer
/ clip_embd_nbytes
Function
clip_embd_nbytes
examples/llava/clip.cpp:1082–1084 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1080
}
1081
1082
size_t clip_embd_nbytes(const struct clip_ctx * ctx) {
1083
return clip_n_patches(ctx) * clip_n_mmproj_embd(ctx) * sizeof(float);
1084
}
Callers
2
llava_image_embed_make_with_clip_img
Function · 0.70
process_images
Method · 0.50
Calls
2
clip_n_patches
Function · 0.85
clip_n_mmproj_embd
Function · 0.70
Tested by
no test coverage detected