Struct nncombinator::optimizer::SGD
source · [−]pub struct SGD<U>where
U: UnitValue<U>,{ /* private fields */ }Expand description
SGD Implementation
Implementations
Trait Implementations
Auto Trait Implementations
impl<U> RefUnwindSafe for SGD<U>where
U: RefUnwindSafe,
impl<U> Send for SGD<U>
impl<U> Sync for SGD<U>
impl<U> Unpin for SGD<U>where
U: Unpin,
impl<U> UnwindSafe for SGD<U>where
U: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more