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§
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