pub struct LinearExpert { /* private fields */ }Expand description
Linear attention expert with random features
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LinearExpert
impl RefUnwindSafe for LinearExpert
impl Send for LinearExpert
impl Sync for LinearExpert
impl Unpin for LinearExpert
impl UnwindSafe for LinearExpert
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