pub enum Mixer {
Full(FullAttnLayer),
Linear(LinearAttnLayer),
Mla(MlaAttnLayer),
Kda(KdaAttnLayer),
}Variants§
Full(FullAttnLayer)
Linear(LinearAttnLayer)
Mla(MlaAttnLayer)
glm-dsa MLA block (loader-only in increment 2; forward = increment 4).
Kda(KdaAttnLayer)
glm5_next Kimi Delta Attention block (crate::kda).
Auto Trait Implementations§
impl !Freeze for Mixer
impl RefUnwindSafe for Mixer
impl Send for Mixer
impl Sync for Mixer
impl Unpin for Mixer
impl UnsafeUnpin for Mixer
impl UnwindSafe for Mixer
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more