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