Skip to main content

Module writer

Module writer 

Source

Structs§

StreamWriter
Writes tensors to an async sink in the Hurray streaming wire format.

Enums§

CompositeNode
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 recursive Composite arm lets a member be a composite in its own right (ADR-027 § Binding).