Struct tensorflow::ops::Erfc
source · [−]pub struct Erfc { /* private fields */ }
Expand description
Builder for the Erfc
operation.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Erfc
impl Send for Erfc
impl Sync for Erfc
impl Unpin for Erfc
impl UnwindSafe for Erfc
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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