Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MotrixLab/AiOS
/ build_backbone
Function
build_backbone
detrsmpl/models/backbones/builder.py:18–22 ·
view source on GitHub ↗
Build backbone.
(cfg)
Source
from the content-addressed store, hash-verified
16
17
18
def
build_backbone(cfg):
19
""
"Build backbone."
""
20
if
cfg is None:
21
return
None
22
return
BACKBONES.build(cfg)
Callers
5
init_model
Function · 0.90
__init__
Method · 0.50
__init__
Method · 0.50
__init__
Method · 0.50
__init__
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected