Show / Hide Table of Contents

    Method Read

    member Read: string -> array<'T> * int64 list

    Read data array from HDF5 file.

    Declaration
    member Read: name:string -> array<'T> * int64 list
    Parameters
    Type Name Description
    string name

    HDF5 path to read from.

    Returns
    Type Description
    array<'T> * int64 list

    A tuple of (data, shape) where data is the read data array and shape is the corresponding shape.

    Type Parameters
    Name Description
    'T

    Type of the data.

    Remarks

    The type 'T must match the data type stored in the HDF5 file, otherwise an exception is raised.

    See Also
    member Write: string * array<'T> * int64 list -> unit
    member GetDataType: string -> Type
    HostTensor.read``1
    Back to top Generated by DocFX