TorchLean API

NN.Runtime.Autograd.Train.IoLoader

IO loaders for training datasets #

NN.Runtime.Autograd.Train.IoLoader is the public umbrella for file-backed training loaders.

The implementation is split by responsibility:

Keeping this file as an umbrella preserves the public import path while avoiding a single large module that mixes CSV tokenization, NumPy header parsing, byte decoding, and tensor conversion.