pub struct MinPool;Expand description
Min pooling across points
Takes the minimum value of each dimension across all points.
Trait Implementations§
impl Copy for MinPool
Auto Trait Implementations§
impl Freeze for MinPool
impl RefUnwindSafe for MinPool
impl Send for MinPool
impl Sync for MinPool
impl Unpin for MinPool
impl UnsafeUnpin for MinPool
impl UnwindSafe for MinPool
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