Skip to main content

Module dependency_graph

Module dependency_graph 

Source
Expand description

Tensor Dependency Graph — tracks data dependencies between tensors and rules, enabling incremental recomputation when tensors are updated.

Structs§

DependencyEdge
A directed dependency edge between two graph nodes.
DirtySet
Set of node IDs that require recomputation.
GraphStats
Statistics snapshot for a TensorDependencyGraph.
TensorDependencyGraph
Tracks data dependencies between tensors and rules, enabling incremental recomputation when tensors are updated.

Enums§

DependencyKind
The semantic relationship represented by a dependency edge.