pub struct ExponentialLearningRate<I: Scalar> { /* private fields */ }
Trait Implementations§
Source§impl<I: Scalar> LearningRate<I> for ExponentialLearningRate<I>
impl<I: Scalar> LearningRate<I> for ExponentialLearningRate<I>
Auto Trait Implementations§
impl<I> Freeze for ExponentialLearningRate<I>where
I: Freeze,
impl<I> RefUnwindSafe for ExponentialLearningRate<I>where
I: RefUnwindSafe,
impl<I> Send for ExponentialLearningRate<I>where
I: Send,
impl<I> Sync for ExponentialLearningRate<I>where
I: Sync,
impl<I> Unpin for ExponentialLearningRate<I>where
I: Unpin,
impl<I> UnwindSafe for ExponentialLearningRate<I>where
I: UnwindSafe,
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