Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antirez/llama.cpp-deepseek-v4-flash
/ clip_get_hparams
Function
clip_get_hparams
tools/mtmd/clip.cpp:3931–3933 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3929
}
3930
3931
const clip_hparams * clip_get_hparams(const struct clip_ctx * ctx) {
3932
return &ctx->model.hparams;
3933
}
3934
3935
//
3936
// API for debugging
Callers
5
mtmd_image_preprocessor
Method · 0.85
mtmd_audio_preprocessor
Method · 0.85
init_vision
Method · 0.85
mtmd_get_audio_sample_rate
Function · 0.85
mtmd_debug_encode_audio
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected