Expand description
StreamTensror useful for streaming ops.
Structs§
- Map
- Simple wrapper that doesn’t do any buffering.
- Stream
Tensor - A stream tensor is used in streaming module. It can either contain an actual tensor or be empty.
- Streaming
BinOp
Enums§
Traits§
- Dim
- Streaming
Module - Streaming modules take as input a stream tensor and return a stream tensor. They may perform some internal buffering so that enough data has been received for the module to be able to perform some operations.