TorchLean API

NN.Runtime.Autograd.Train

Autograd Train #

NN.Runtime.Autograd.Train is the curated umbrella for TorchLean's dynamic-tape training helpers.

This layer is intentionally about training-loop infrastructure, not model definitions:

The public model/training API in NN.API.* builds on these pieces. This umbrella exists so tests, examples, and downstream users can import one stable training helper surface instead of memorizing the internal file split.