Struct rust_bert::bert::BertLayerOutput
source · pub struct BertLayerOutput {
pub hidden_state: Tensor,
pub attention_weights: Option<Tensor>,
pub cross_attention_weights: Option<Tensor>,
}Expand description
Container for the BERT layer output.
Fields§
Hidden states
attention_weights: Option<Tensor>Self attention scores
cross_attention_weights: Option<Tensor>Cross attention scores