pub struct Tanh;Trait Implementations§
Source§impl<U> ActivateGradient<U> for Tanhwhere
U: Tanh,
impl<U> ActivateGradient<U> for Tanhwhere
U: Tanh,
Source§impl Ord for Tanh
impl Ord for Tanh
Source§impl PartialOrd for Tanh
impl PartialOrd for Tanh
impl Copy for Tanh
impl Eq for Tanh
impl StructuralPartialEq for Tanh
Auto Trait Implementations§
impl Freeze for Tanh
impl RefUnwindSafe for Tanh
impl Send for Tanh
impl Sync for Tanh
impl Unpin for Tanh
impl UnwindSafe for Tanh
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