Contents

TemporalAdaptor

A temporal transformer that applies a regular transformer to each value of a temporal sequence.

Declaration

struct TemporalAdaptor<Base> where Base : Transformer, Base : Sendable

Topics

Creating a temporal adaptor

Applying a temporal adapter

Supporting types

See Also

Temporal adaptors