pub struct LlamaMLP {
pub gate_proj: Linear,
pub up_proj: Linear,
pub down_proj: Linear,
}Fields§
§gate_proj: Linear§up_proj: Linear§down_proj: LinearImplementations§
Auto Trait Implementations§
impl Freeze for LlamaMLP
impl RefUnwindSafe for LlamaMLP
impl Send for LlamaMLP
impl Sync for LlamaMLP
impl Unpin for LlamaMLP
impl UnwindSafe for LlamaMLP
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