pub struct SoftsignForwardDispatch;Expand description
Forward: y = x / (1 + |x|)
Implementations§
Source§impl SoftsignForwardDispatch
impl SoftsignForwardDispatch
Sourcepub const SUPPORTED_DTYPES: &'static [DtypeRepr]
pub const SUPPORTED_DTYPES: &'static [DtypeRepr]
Dtypes this kernel declares support for.
Auto Trait Implementations§
impl Freeze for SoftsignForwardDispatch
impl RefUnwindSafe for SoftsignForwardDispatch
impl Send for SoftsignForwardDispatch
impl Sync for SoftsignForwardDispatch
impl Unpin for SoftsignForwardDispatch
impl UnsafeUnpin for SoftsignForwardDispatch
impl UnwindSafe for SoftsignForwardDispatch
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