pub enum Mlp {
Dense,
RoutedMoe,
}Expand description
Which MLP a layer runs. Not executed by this slice; recorded so the hole is named.
Variants§
Trait Implementations§
impl Copy for Mlp
impl Eq for Mlp
impl StructuralPartialEq for Mlp
Auto Trait Implementations§
impl Freeze for Mlp
impl RefUnwindSafe for Mlp
impl Send for Mlp
impl Sync for Mlp
impl Unpin for Mlp
impl UnwindSafe for Mlp
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.