MCPcopy Create free account
hub / github.com/MotrixLab/AiOS / build_head

Function build_head

detrsmpl/models/heads/builder.py:23–27  ·  view source on GitHub ↗

Build head.

(cfg)

Source from the content-addressed store, hash-verified

21
22
23def build_head(cfg):
24 """Build head."""
25 if cfg is None:
26 return None
27 return HEADS.build(cfg)

Callers 4

__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected