Method readUntyped
val readUntyped: HDF5 -> string -> ITensor
Reads a tensor with unspecified data type from the specified HDF5 object path in an HDF5 file.
Declaration
val readUntyped: hdf5:HDF5 -> path:string -> ITensor
Parameters
Type | Name | Description |
---|---|---|
HDF5 | hdf5 | The HDF5 file. |
string | path | The HDF5 object path. |
Returns
Type | Description |
---|---|
ITensor | A tensor filled with data read from the HDF5 file. |