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