Expand description
In-memory NIR graph model.
A graph is a named set of computational nodes plus a list of directed
identity edges, matching neuromorphs/NIR (nodes, edges, metadata,
optional version). Cycles are allowed; structure validation only checks
edge endpoints and duplicate directed edges.
Structs§
- NirGraph
- Directed NIR computation graph.