TorchLean API

NN.Proofs.Autograd.Runtime.Link.BackwardGraphData

GraphData Backward Pass Link #

This file lifts the dense-backward correctness theorem from plain graphs to GraphData, where the forward/backward closures carry an additional payload such as parameters or configuration data.

Variant of backwardDenseFrom_compileAux_eq_backpropAllCtx for the GraphData interface.

This is useful when a graph carries extra payload Δ (e.g. parameters/config) through forward and backward closures.