Struct tensorflow::ops::Expm1
source · [−]pub struct Expm1 { /* private fields */ }
Expand description
Builder for the Expm1
operation.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Expm1
impl Send for Expm1
impl Sync for Expm1
impl Unpin for Expm1
impl UnwindSafe for Expm1
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more