Architecture
Design rationale for each subsystem in the tenferro stack. Describes what each layer does and why. For normative specifications (trait signatures, op semantics), see Specification.
| Document | Covers |
|---|---|
| tenferro-crates.md | Current crate structure, dependency boundaries, extension boundary, AD boundary |
| computegraph.md | GraphOperation, Graph, resolve/materialize/compile/eval pipeline |
| primitive-ad.md | Primitive AD contract and rule structure |
| tidu.md | linearize, linear_transpose, LinearizedGraph, higher-order AD |
| ad-pipeline.md | End-to-end AD pipeline, scalar/vector examples, golden tests |