CastTensor

Type Alias CastTensor 

Source
pub type CastTensor<'l, const T: Tu, D, Chip, Cluster, Slice, Time, Packet> = StreamTensor<'l, T, PositionCast, D, Chip, Cluster, Slice, Time, Packet>;
Expand description

Tensor streamed after the cast engine.

Aliased Typeยง

pub struct CastTensor<'l, const T: Tu, D, Chip, Cluster, Slice, Time, Packet> { /* private fields */ }