Type Alias rust_bert::pipelines::sentence_embeddings::AttentionLayer
source · pub type AttentionLayer = Vec<AttentionHead>;Expand description
Length = number of heads per attention layer
Aliased Type§
struct AttentionLayer { /* private fields */ }