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