pub struct CnnBatchNormalizationStatistics { /* private fields */ }Implementations§
Trait Implementations§
impl Send for CnnBatchNormalizationStatistics
impl Sync for CnnBatchNormalizationStatistics
Auto Trait Implementations§
impl Freeze for CnnBatchNormalizationStatistics
impl RefUnwindSafe for CnnBatchNormalizationStatistics
impl Unpin for CnnBatchNormalizationStatistics
impl UnsafeUnpin for CnnBatchNormalizationStatistics
impl UnwindSafe for CnnBatchNormalizationStatistics
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