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