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