pub struct StepStats {
pub loss: f32,
pub grad_norm: f32,
pub step_micros: u64,
}Fields§
§loss: f32§grad_norm: f32§step_micros: u64Trait Implementations§
impl Copy for StepStats
Auto Trait Implementations§
impl Freeze for StepStats
impl RefUnwindSafe for StepStats
impl Send for StepStats
impl Sync for StepStats
impl Unpin for StepStats
impl UnsafeUnpin for StepStats
impl UnwindSafe for StepStats
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