pub struct TmaIm2colLoaderExpand<MP: MatmulPrecision, G: ConvGemmConfig> {
pub map: <Im2colTmaReader<MP::EI> as CubeType>::ExpandType,
pub stages: <Sequence<StageMemory<MP::ES, TmaIm2colTiling>> as CubeType>::ExpandType,
/* private fields */
}
Fields§
§map: <Im2colTmaReader<MP::EI> as CubeType>::ExpandType
§stages: <Sequence<StageMemory<MP::ES, TmaIm2colTiling>> 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> IntoMut for TmaIm2colLoaderExpand<MP, G>
impl<MP: MatmulPrecision, G: ConvGemmConfig> IntoMut for TmaIm2colLoaderExpand<MP, G>
Auto Trait Implementations§
impl<MP, G> Freeze for TmaIm2colLoaderExpand<MP, G>
impl<MP, G> !RefUnwindSafe for TmaIm2colLoaderExpand<MP, G>
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>
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