pub enum UpdatationMethod {
SGD,
BGD,
MiniBatchGD,
}Variants§
Auto Trait Implementations§
impl Freeze for UpdatationMethod
impl RefUnwindSafe for UpdatationMethod
impl Send for UpdatationMethod
impl Sync for UpdatationMethod
impl Unpin for UpdatationMethod
impl UnwindSafe for UpdatationMethod
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