Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UX-Decoder/Semantic-SAM
/ model_entrypoints
Function
model_entrypoints
semantic_sam/body/registry.py:10–11 ·
view source on GitHub ↗
(model_name)
Source
from the content-addressed store, hash-verified
8
return
fn
9
10
def
model_entrypoints(model_name):
11
return
_model_entrypoints[model_name]
12
13
def
is_model(model_name):
14
return
model_name in _model_entrypoints
Callers
1
build_semantic_sam_head
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected