pub type AttentionLayer = Vec<AttentionHead>;
Expand description

Length = number of heads per attention layer

Aliased Type§

struct AttentionLayer { /* private fields */ }