diffusion_rs_common::core

Module streaming

source

Structs§

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

Enums§

Traits§

  • 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.