torchwrench.extras.hdf.common module

class torchwrench.extras.hdf.common.HDFDatasetAttributes[source]

Bases: TypedDict

added_columns : List[str]
creation_date : str
encoding : str
file_kwds : Dict[str, Any]
global_hash_value : int
info : Dict[str, Any]
item_type : Literal['dict', 'tuple']
length : int
load_as_complex : Dict[str, bool]
pre_transform : str
shape_suffix : str
source_dataset : str
src_np_dtypes : Dict[str, dtype]
torchwrench_version : str
use_vlen_str : bool
user_attrs : Any