pub struct AvgPool2d { /* private fields */ }Expand description
2D Average Pooling
Performs average pooling over spatial dimensions with configurable kernel size, stride, and padding.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AvgPool2d
impl RefUnwindSafe for AvgPool2d
impl Send for AvgPool2d
impl Sync for AvgPool2d
impl Unpin for AvgPool2d
impl UnsafeUnpin for AvgPool2d
impl UnwindSafe for AvgPool2d
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