Struct tensorflow::ops::Inv
source · [−]pub struct Inv { /* private fields */ }
Expand description
Builder for the Inv
operation.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Inv
impl Send for Inv
impl Sync for Inv
impl Unpin for Inv
impl UnwindSafe for Inv
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more