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