Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MotrixLab/insactor
/ build_architecture
Function
build_architecture
diffplanner/models/builder.py:22–24 ·
view source on GitHub ↗
Build framework.
(cfg)
Source
from the content-addressed store, hash-verified
20
return
LOSSES.build(cfg)
21
22
def
build_architecture(cfg):
23
""
"Build framework."
""
24
return
ARCHITECTURES.build(cfg)
25
26
def
build_submodule(cfg):
27
""
"Build submodule."
""
Callers
4
main
Function · 0.90
main
Function · 0.90
main
Function · 0.90
diffuse.py
File · 0.90
Calls
no outgoing calls
Tested by
2
main
Function · 0.72
main
Function · 0.72