Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antirez/llama.cpp-deepseek-v4-flash
/ mtmd_bitmap_get_n_bytes
Function
mtmd_bitmap_get_n_bytes
tools/mtmd/mtmd.cpp:1151–1153 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1149
}
1150
1151
size_t mtmd_bitmap_get_n_bytes(const mtmd_bitmap * bitmap) {
1152
return bitmap->data.size();
1153
}
1154
1155
bool mtmd_bitmap_is_audio(const mtmd_bitmap * bitmap) {
1156
return bitmap->is_audio;
Callers
1
n_bytes
Method · 0.85
Calls
1
size
Method · 0.45
Tested by
no test coverage detected