init(_:)
Creates a temporal transformer from a transformer.
Declaration
init(_ transformer: Base)Discussion
The resulting transformer applies the underlying transformer to each element in the input sequence.
Creates a temporal transformer from a transformer.
init(_ transformer: Base)The resulting transformer applies the underlying transformer to each element in the input sequence.