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