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