pub struct MaxPoolLayer {
pub kernel_size: usize,
pub stride: usize,
}Fields§
§kernel_size: usize§stride: usizeTrait Implementations§
Source§impl Clone for MaxPoolLayer
impl Clone for MaxPoolLayer
Source§fn clone(&self) -> MaxPoolLayer
fn clone(&self) -> MaxPoolLayer
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for MaxPoolLayer
impl RefUnwindSafe for MaxPoolLayer
impl Send for MaxPoolLayer
impl Sync for MaxPoolLayer
impl Unpin for MaxPoolLayer
impl UnsafeUnpin for MaxPoolLayer
impl UnwindSafe for MaxPoolLayer
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