pub struct SimpleIm2colLoaderExpand<MP: MatmulPrecision, G: ConvGemmConfig> {
pub tensor_view: <Im2colReader<MP::EI> as CubeType>::ExpandType,
pub stage: <Stage<MP::ES, ContiguousTilingLayout<RowMajorTilingOrder>> as CubeType>::ExpandType,
/* private fields */
}
Fields§
§tensor_view: <Im2colReader<MP::EI> as CubeType>::ExpandType
§stage: <Stage<MP::ES, ContiguousTilingLayout<RowMajorTilingOrder>> as CubeType>::ExpandType
Trait Implementations§
Source§impl<MP: MatmulPrecision, G: ConvGemmConfig> Clone for SimpleIm2colLoaderExpand<MP, G>
impl<MP: MatmulPrecision, G: ConvGemmConfig> Clone for SimpleIm2colLoaderExpand<MP, G>
Source§impl<MP: MatmulPrecision, G: ConvGemmConfig> CubeDebug for SimpleIm2colLoaderExpand<MP, G>
impl<MP: MatmulPrecision, G: ConvGemmConfig> CubeDebug for SimpleIm2colLoaderExpand<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 SimpleIm2colLoaderExpand<MP, G>
impl<MP: MatmulPrecision, G: ConvGemmConfig> Init for SimpleIm2colLoaderExpand<MP, G>
Auto Trait Implementations§
impl<MP, G> Freeze for SimpleIm2colLoaderExpand<MP, G>
impl<MP, G> !RefUnwindSafe for SimpleIm2colLoaderExpand<MP, G>
impl<MP, G> !Send for SimpleIm2colLoaderExpand<MP, G>
impl<MP, G> !Sync for SimpleIm2colLoaderExpand<MP, G>
impl<MP, G> Unpin for SimpleIm2colLoaderExpand<MP, G>
impl<MP, G> !UnwindSafe for SimpleIm2colLoaderExpand<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