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