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