Expand description
Tensor Dependency Graph — tracks data dependencies between tensors and rules, enabling incremental recomputation when tensors are updated.
Structs§
- Dependency
Edge - A directed dependency edge between two graph nodes.
- Dirty
Set - Set of node IDs that require recomputation.
- Graph
Stats - Statistics snapshot for a
TensorDependencyGraph. - Tensor
Dependency Graph - Tracks data dependencies between tensors and rules, enabling incremental recomputation when tensors are updated.
Enums§
- Dependency
Kind - The semantic relationship represented by a dependency edge.