Data-File Loaders #
NN.Data.IO is the umbrella for TorchLean's deterministic CSV and NPY parsers.
The loader surface has three parts:
IO.Parsingcontains parser primitives and shared safety limits.IO.Csvreads compact numeric CSV tables.IO.Npyreads the supported NumPy.npysubset.
The API data-source layer turns these untyped file payloads into shape-checked tensors.