pub struct LinearLR { /* private fields */ }
Expand description
Linear learning rate schedule
Implementations§
Trait Implementations§
Source§impl LearningRateScheduler for LinearLR
impl LearningRateScheduler for LinearLR
Auto Trait Implementations§
impl Freeze for LinearLR
impl RefUnwindSafe for LinearLR
impl Send for LinearLR
impl Sync for LinearLR
impl Unpin for LinearLR
impl UnwindSafe for LinearLR
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