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