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