pub struct TmaIm2colLayoutLaunch<R: Runtime> { /* private fields */ }Implementations§
Source§impl<R: Runtime> TmaIm2colLayoutLaunch<R>
impl<R: Runtime> TmaIm2colLayoutLaunch<R>
Sourcepub fn new(
shape_out: <Sequence<FastDivmod<u32>> as LaunchArg>::RuntimeArg<R>,
padded_channels: <FastDivmod<u32> as LaunchArg>::RuntimeArg<R>,
rows: <u32 as LaunchArg>::RuntimeArg<R>,
cols: <u32 as LaunchArg>::RuntimeArg<R>,
params: ConvolutionParams,
check_kernel: bool,
) -> Self
pub fn new( shape_out: <Sequence<FastDivmod<u32>> as LaunchArg>::RuntimeArg<R>, padded_channels: <FastDivmod<u32> as LaunchArg>::RuntimeArg<R>, rows: <u32 as LaunchArg>::RuntimeArg<R>, cols: <u32 as LaunchArg>::RuntimeArg<R>, params: ConvolutionParams, check_kernel: bool, ) -> Self
New kernel
Source§impl<R: Runtime> TmaIm2colLayoutLaunch<R>
impl<R: Runtime> TmaIm2colLayoutLaunch<R>
pub fn from_args(problem: &ConvolutionProblem, check_kernel: bool) -> Self
Auto Trait Implementations§
impl<R> Freeze for TmaIm2colLayoutLaunch<R>
impl<R> RefUnwindSafe for TmaIm2colLayoutLaunch<R>where
R: RefUnwindSafe,
impl<R> Send for TmaIm2colLayoutLaunch<R>
impl<R> Sync for TmaIm2colLayoutLaunch<R>
impl<R> Unpin for TmaIm2colLayoutLaunch<R>where
R: Unpin,
impl<R> UnsafeUnpin for TmaIm2colLayoutLaunch<R>
impl<R> UnwindSafe for TmaIm2colLayoutLaunch<R>where
R: UnwindSafe,
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