pub struct DenseNN { /* private fields */ }
Expand description
A multi-layer perceptron with full configurability
Implementations§
Auto Trait Implementations§
impl Freeze for DenseNN
impl RefUnwindSafe for DenseNN
impl Send for DenseNN
impl Sync for DenseNN
impl Unpin for DenseNN
impl UnwindSafe for DenseNN
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