Struct tensorflow::ops::Imag
source · pub struct Imag { /* private fields */ }
Expand description
Builder for the Imag
operation.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Imag
impl Send for Imag
impl Sync for Imag
impl Unpin for Imag
impl UnwindSafe for Imag
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