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