pub struct Mlp2 { /* private fields */ }Expand description
Multilayer perceptron that outputs two tensors of the same size.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Mlp2
impl !RefUnwindSafe for Mlp2
impl Send for Mlp2
impl !Sync for Mlp2
impl Unpin for Mlp2
impl !UnwindSafe for Mlp2
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