MCPcopy Create free account
hub / github.com/PABannier/sam3.cpp / sam3_is_visual_only

Function sam3_is_visual_only

sam3.cpp:3365–3367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3363}
3364
3365bool sam3_is_visual_only(const sam3_model& model) {
3366 return model.hparams.visual_only != 0 || model.hparams.is_sam2() || model.hparams.is_edgetam();
3367}
3368
3369sam3_model_type sam3_get_model_type(const sam3_model& model) {
3370 return model.hparams.model_type;

Callers 5

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
run_single_benchmarkFunction · 0.85

Calls 2

is_sam2Method · 0.80
is_edgetamMethod · 0.80

Tested by 2

mainFunction · 0.68
mainFunction · 0.68