Skip to main content

Module decode_backend

Module decode_backend 

Source
Expand description

Decode backend abstraction.

Different backends (CUDA, Metal, CPU/Candle) implement DecodeBackend to provide optimized decode execution. The GenericDecodeExecutor uses a DecodeBackend to execute the decode hot path.

Traitsยง

DecodeBackend
Decode-phase execution backend.