pub enum Activate {
Sig,
Rel,
Tan,
}
Expand description
Enum to choose your Activation function, by default => Sigmoid function
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Activate
impl RefUnwindSafe for Activate
impl Send for Activate
impl Sync for Activate
impl Unpin for Activate
impl UnwindSafe for Activate
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