pub struct SoftplusOp<D: Float> {
pub forward: SoftplusForward<D>,
pub backward: SoftplusBackward<D>,
}Fields§
§forward: SoftplusForward<D>§backward: SoftplusBackward<D>Auto Trait Implementations§
impl<D> Freeze for SoftplusOp<D>
impl<D> RefUnwindSafe for SoftplusOp<D>where
D: RefUnwindSafe,
impl<D> Send for SoftplusOp<D>where
D: Send,
impl<D> Sync for SoftplusOp<D>where
D: Sync,
impl<D> Unpin for SoftplusOp<D>where
D: Unpin,
impl<D> UnsafeUnpin for SoftplusOp<D>
impl<D> UnwindSafe for SoftplusOp<D>where
D: 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