pub struct InvGrad { /* private fields */ }
Expand description
Builder for the InvGrad
operation.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InvGrad
impl RefUnwindSafe for InvGrad
impl Send for InvGrad
impl Sync for InvGrad
impl Unpin for InvGrad
impl UnwindSafe for InvGrad
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