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