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