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