MCPcopy Create free account
hub / github.com/UX-Decoder/Semantic-SAM / is_model

Function is_model

semantic_sam/backbone/registry.py:13–14  ·  view source on GitHub ↗
(model_name)

Source from the content-addressed store, hash-verified

11 return _model_entrypoints[model_name]
12
13def is_model(model_name):
14 return model_name in _model_entrypoints

Callers 1

build_backboneFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected