Struct tensorflow::eager::raw_ops::Lgamma
source · pub struct Lgamma { /* private fields */ }
Expand description
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Lgamma
impl Send for Lgamma
impl Sync for Lgamma
impl Unpin for Lgamma
impl UnwindSafe for Lgamma
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