Struct burn_wgpu::kernel::pool::AvgPool2dRaw
source · pub struct AvgPool2dRaw;Expand description
Generated kernel from wgsl file.
Implementations§
source§impl AvgPool2dRaw
impl AvgPool2dRaw
Trait Implementations§
source§impl StaticKernelSource for AvgPool2dRaw
impl StaticKernelSource for AvgPool2dRaw
source§fn source() -> SourceTemplate
fn source() -> SourceTemplate
Source template for the kernel.
Auto Trait Implementations§
impl RefUnwindSafe for AvgPool2dRaw
impl Send for AvgPool2dRaw
impl Sync for AvgPool2dRaw
impl Unpin for AvgPool2dRaw
impl UnwindSafe for AvgPool2dRaw
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