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