pub struct TanhGrad { /* private fields */ }
Expand description
Builder for the TanhGrad
operation.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TanhGrad
impl RefUnwindSafe for TanhGrad
impl Send for TanhGrad
impl Sync for TanhGrad
impl Unpin for TanhGrad
impl UnwindSafe for TanhGrad
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