pub struct TmaIm2colLoaderExpand<MP: MatmulPrecision, G: ConvGemmConfig> {
pub map: <Im2colTmaReader<MP::EI> as CubeType>::ExpandType,
pub stage: <Stage<MP::ES, ContiguousTilingLayout<ColMajorTilingOrder>> as CubeType>::ExpandType,
/* private fields */
}
Fields§
§map: <Im2colTmaReader<MP::EI> as CubeType>::ExpandType
§stage: <Stage<MP::ES, ContiguousTilingLayout<ColMajorTilingOrder>> as CubeType>::ExpandType
Trait Implementations§
Source§impl<MP: MatmulPrecision, G: ConvGemmConfig> Clone for TmaIm2colLoaderExpand<MP, G>
impl<MP: MatmulPrecision, G: ConvGemmConfig> Clone for TmaIm2colLoaderExpand<MP, G>
Source§impl<MP: MatmulPrecision, G: ConvGemmConfig> CubeDebug for TmaIm2colLoaderExpand<MP, G>
impl<MP: MatmulPrecision, G: ConvGemmConfig> CubeDebug for TmaIm2colLoaderExpand<MP, G>
Source§fn set_debug_name(&self, scope: &mut Scope, name: &'static str)
fn set_debug_name(&self, scope: &mut Scope, name: &'static str)
Set the debug name of this type’s expansion. Should do nothing for types that don’t appear
at runtime
Source§impl<MP: MatmulPrecision, G: ConvGemmConfig> Init for TmaIm2colLoaderExpand<MP, G>
impl<MP: MatmulPrecision, G: ConvGemmConfig> Init for TmaIm2colLoaderExpand<MP, G>
Auto Trait Implementations§
impl<MP, G> Freeze for TmaIm2colLoaderExpand<MP, G>
impl<MP, G> RefUnwindSafe for TmaIm2colLoaderExpand<MP, G>where
G: RefUnwindSafe,
<MP as MatmulPrecision>::EI: RefUnwindSafe,
<MP as MatmulPrecision>::ES: RefUnwindSafe,
impl<MP, G> !Send for TmaIm2colLoaderExpand<MP, G>
impl<MP, G> !Sync for TmaIm2colLoaderExpand<MP, G>
impl<MP, G> Unpin for TmaIm2colLoaderExpand<MP, G>
impl<MP, G> UnwindSafe for TmaIm2colLoaderExpand<MP, G>where
G: UnwindSafe,
<MP as MatmulPrecision>::EI: UnwindSafe,
<MP as MatmulPrecision>::ES: 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