Expand description
Backwards compatibility with zTensor v0.1.0 format.
The unified Reader now handles both v0.1.0 and v1.2 files.
This module provides a type alias for backwards compatibility and
utility functions for format detection.
Functions§
- is_
legacy_ file - Checks if a file at path is v0.1.0 format.
- is_
legacy_ format - Checks if a reader contains v0.1.0 format by reading magic.
Type Aliases§
- Legacy
Reader - Type alias for backwards compatibility.
LegacyReaderis now justReader.