torchsig.utils.file_handlers.hdf5ΒΆ
HDF5 File Handler for TorchSig datasets.
High-performance HDF5 storage with optimized compression and chunking.
Functions
Fills an object's metadata from an HDF5 group. |
|
Converts bytes to string if needed. |
|
Loads a signal from an HDF5 group by its ID. |
|
Loads a signal from an HDF5 group by its index. |
|
Loads a value from an HDF5 group. |
|
Populates the HDF5 group with component signals. |
|
Makes sure this and all parent metadata objects are represented in the hdf5 group (returns true iff a new group was added). |
|
Populates an HDF5 group with a signal and optionally indexes it. |
|
Makes sure this and all parent metadata objects are represented in the hdf5 group (returns true iff a new group was added). |
|
Populates an HDF5 group with multiple signals and optionally indexes them. |
Classes
HDF5FileHandler creates a reader or writer for HDF5 files. |
|
Handles reading Signal data from HDF5 files. |
|
Handles writing Signal data to HDF5 files with specified compression and buffering. |