Expand description
CID-linked computation graph for gradient tracking.
This module provides:
ComputationNode— a single node in the gradient computation DAGComputationGraphError— graph-specific error typeComputationGraphStore— full DAG with topological ordering, provenance, Arrow IPC gradient storage, and checkpointing
Structs§
- Computation
Graph Store - CID-linked computation graph store.
- Computation
Node - A single node in the gradient computation graph.
Enums§
- Computation
Graph Error - Errors specific to the CID-linked computation graph.