Skip to main content

AttentionRef

Type Alias AttentionRef 

Source
pub type AttentionRef = Arc<dyn AttentionFuserDyn>;
Expand description

Reference to an attention fusion model.

Aliased Typeยง

pub struct AttentionRef { /* private fields */ }