Structs§
- Stream
Writer - Writes tensors to an async sink in the Hurray streaming wire format.
Enums§
- Composite
Node - A node to emit as part of a composite via
StreamWriter::write_composite: either a plain tensor (its descriptor plus one byte-slice per buffer) or a nested composite (its head plus its own members). The recursiveCompositearm lets a member be a composite in its own right (ADR-027 § Binding).