pub struct MaxPool;Expand description
Max pooling across points
Takes the maximum value of each dimension across all points. Preserves the strongest activations.
Trait Implementations§
impl Copy for MaxPool
Auto Trait Implementations§
impl Freeze for MaxPool
impl RefUnwindSafe for MaxPool
impl Send for MaxPool
impl Sync for MaxPool
impl Unpin for MaxPool
impl UnwindSafe for MaxPool
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