TorchLean API

NN.Runtime.Autograd.Utils

Autograd training helpers (umbrella import) #

This module is the one-stop umbrella for training scripts and runtime tests. It gathers the small helpers that sit on top of the dynamic autograd tape and keeps the import surface stable:

NN.Runtime.Autograd.Train is the focused training-helper umbrella. This file is a broader autograd utility umbrella because it also re-exports NN.Runtime.Autograd.Torch.Utils.