Struct border_tch_agent::mlp::Mlp
source · pub struct Mlp { /* private fields */ }Expand description
Multilayer perceptron.
Trait Implementations§
Auto Trait Implementations§
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