NN.Runtime.PyTorch.Export #
Reusable PyTorch export/adaptation surface.
Use this umbrella when you want the runtime bridge, not the demo models:
Export.Coreprovides shared Python string-generation utilities.Export.IRPyTorchlowers a TorchLeanNN.IR.Graphplus parameters into readable PyTorchnn.Modulesource.Export.StateDictemits the general checkpoint-to-JSON adapter for PyTorchstate_dictartifacts.Export.TorchExportemits the Python graph-capture adapter for PyTorchnn.Module→ TorchLean IR JSON.
Demo-specific MLP/CNN/Transformer code lives beside its fixtures under
NN.Examples.Interop.PyTorch.{MLP,CNN,Transformer}.*.