Skip to main content

Module reader

Module reader 

Source

Structs§

StreamComposite
A decoded composite tensor: its data-less head plus its ordered members.
StreamReader
Reads tensors from an async source in the Hurray streaming wire format.
StreamReaderOptions
Options for StreamReader.
StreamTensor
A decoded tensor: its descriptor plus zero-copy buffer views.

Enums§

StreamItem
One decoded item from the stream: either a plain tensor or a composite.

Constants§

DEFAULT_MAX_COMPOSITE_DEPTH
Default maximum composite nesting depth.
DEFAULT_MAX_DESCRIPTOR_BYTES
Default maximum descriptor size: 16 MiB.