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