Namespace NumSharp.IO
Classes
- NpyFormat
The NumPy
.npybinary format (NEP-01) — reader and writer for versions 1.0, 2.0 and 3.0.
- NpzFile
A lazily-loaded
.npzarchive — NumPy'sNpzFile.
Structs
- NpyFormat.FormatVersion
A .npy format version. Only (1,0), (2,0) and (3,0) exist.