pub struct ConstantLR;
Expand description
Constant learning rate (no scheduling)
Trait Implementations§
Source§impl Clone for ConstantLR
impl Clone for ConstantLR
Source§fn clone(&self) -> ConstantLR
fn clone(&self) -> ConstantLR
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ConstantLR
impl Debug for ConstantLR
Source§impl LearningRateScheduler for ConstantLR
impl LearningRateScheduler for ConstantLR
Auto Trait Implementations§
impl Freeze for ConstantLR
impl RefUnwindSafe for ConstantLR
impl Send for ConstantLR
impl Sync for ConstantLR
impl Unpin for ConstantLR
impl UnwindSafe for ConstantLR
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