Skip to main content

Module graph

Module graph 

Source
Expand description

Dependency Graph Analysis

Uses trueno-graph for cycle detection and topological sorting. Edge metadata stored separately since trueno-graph only stores f32 weights.

When the trueno-graph feature is disabled, a lightweight fallback implementation is provided using only the standard library.

Structsยง

DependencyEdge
Edge data in the dependency graph
DependencyGraph
Dependency graph for the PAIML stack
PathDependencyIssue
Path dependency issue for reporting