Module streaming

Module streaming 

Source
Expand description

StreamTensror useful for streaming ops.

Structs§

Map
Simple wrapper that doesn’t do any buffering.
StreamTensor
A stream tensor is used in streaming module. It can either contain an actual tensor or be empty.
StreamingBinOp

Enums§

BinOp

Traits§

Dim
StreamingModule
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.