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§
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