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