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

Function model_entrypoints

semantic_sam/architectures/registry.py:9–10  ·  view source on GitHub ↗
(model_name)

Source from the content-addressed store, hash-verified

7 return fn
8
9def model_entrypoints(model_name):
10 return _model_entrypoints[model_name]
11
12def is_model(model_name):
13 return model_name in _model_entrypoints

Callers 1

build_modelFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected