pub struct Tanh<T, V> { /* private fields */ }Expand description
Applies the Tanh function to the output of its View component
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T, V> Freeze for Tanh<T, V>where
V: Freeze,
impl<T, V> RefUnwindSafe for Tanh<T, V>where
V: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, V> Send for Tanh<T, V>
impl<T, V> Sync for Tanh<T, V>
impl<T, V> Unpin for Tanh<T, V>
impl<T, V> UnsafeUnpin for Tanh<T, V>where
V: UnsafeUnpin,
impl<T, V> UnwindSafe for Tanh<T, V>where
V: UnwindSafe,
T: UnwindSafe,
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