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