TorchLean API

NN.Runtime.PyTorch.Export

NN.Runtime.PyTorch.Export #

Reusable PyTorch export/adaptation surface.

Use this umbrella when you want the runtime bridge, not the demo models:

Demo-specific MLP/CNN/Transformer code lives beside its fixtures under NN.Examples.Interop.PyTorch.{MLP,CNN,Transformer}.*.