pub struct Swish;Expand description
Swish activation: x * sigmoid(x) Also known as SiLU (Sigmoid Linear Unit)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Swish
impl RefUnwindSafe for Swish
impl Send for Swish
impl Sync for Swish
impl Unpin for Swish
impl UnsafeUnpin for Swish
impl UnwindSafe for Swish
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