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