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