TorchLean API

NN.Runtime.Autograd.Torch

Torch-style runtime front-end #

This is the public umbrella for the low-level PyTorch-style runtime layer.

The split is intentional:

TorchLean/* builds the higher-level model/program API on top of this layer. So Torch is the low-level session/ref bridge; TorchLean is the nicer user-facing model stack.