pub struct ReluLayer {}Expand description
Relu implementation.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReluLayer
impl RefUnwindSafe for ReluLayer
impl Send for ReluLayer
impl Sync for ReluLayer
impl Unpin for ReluLayer
impl UnwindSafe for ReluLayer
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