TorchLean API

NN.GraphSpec.Core

Sequential GraphSpec #

This is the canonical import for GraphSpec's sequential model language. It exposes:

The implementation is organized by ownership in Chain.Syntax, Chain.Primitives, Chain.Semantics, Chain.Lowering, and Chain.ToDAG. Existing users should continue to import NN.GraphSpec.Core.

For skip connections, shared intermediates, residual additions, and other multi-input nodes, use NN.GraphSpec.DAG.Core directly.