TorchLean API

NN.Runtime.Autograd.TypedGraph

Typed Graph Autograd Runtime #

This is the runtime umbrella for TorchLean's typed graph execution path.

The typed graph path is the middle layer between:

It has two pieces:

Forward-only execution of the separate operation-tagged NN.IR.Graph representation lives under NN.Runtime.Autograd.IRExec. Its ForwardGraph stores only forward operations, so it cannot be mistaken for the differentiable typed graphs exposed here.