Method Write
member Write: string * array<'T> * int64 list -> unit
Write data array to HDF5 file.
Declaration
member Write: name:string * data:array<'T> * shape:int64 list -> unit
Parameters
Type | Name | Description |
---|---|---|
string | name | HDF5 path to write to. |
array<'T> | data | Data array to write. |
int64 list | shape | Array shape to use. |
Type Parameters
Name | Description |
---|---|
'T | Type of the data. |
Remarks
All HDF5 groups are automatically created as necessary.
See Also
HostTensor.write