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