MCPcopy 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
3931const clip_hparams * clip_get_hparams(const struct clip_ctx * ctx) {
3932 return &ctx->model.hparams;
3933}
3934
3935//
3936// API for debugging

Callers 5

init_visionMethod · 0.85
mtmd_debug_encode_audioFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected