pub struct Mlp { /* private fields */ }Expand description
Multilayer perceptron with ReLU activation function.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Mlp
impl !RefUnwindSafe for Mlp
impl Send for Mlp
impl !Sync for Mlp
impl Unpin for Mlp
impl !UnwindSafe for Mlp
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