pub struct Im2colReaderExpand<E: Numeric> {
pub tensor: <VirtualTensor<E> as CubeType>::ExpandType,
pub m_offset: <u32 as CubeType>::ExpandType,
pub k_offset: <u32 as CubeType>::ExpandType,
pub stride_batch: <u32 as CubeType>::ExpandType,
pub strides_spatial: <Sequence<u32> as CubeType>::ExpandType,
pub stride_channel: <u32 as CubeType>::ExpandType,
pub shapes_spatial: <Sequence<u32> as CubeType>::ExpandType,
pub shape_channel: <u32 as CubeType>::ExpandType,
pub shape_out: <Sequence<FastDivmod> as CubeType>::ExpandType,
pub shape_m: <u32 as CubeType>::ExpandType,
pub shape_k: <u32 as CubeType>::ExpandType,
}
Fields§
§tensor: <VirtualTensor<E> as CubeType>::ExpandType
§m_offset: <u32 as CubeType>::ExpandType
§k_offset: <u32 as CubeType>::ExpandType
§stride_batch: <u32 as CubeType>::ExpandType
§strides_spatial: <Sequence<u32> as CubeType>::ExpandType
§stride_channel: <u32 as CubeType>::ExpandType
§shapes_spatial: <Sequence<u32> as CubeType>::ExpandType
§shape_channel: <u32 as CubeType>::ExpandType
§shape_out: <Sequence<FastDivmod> as CubeType>::ExpandType
§shape_m: <u32 as CubeType>::ExpandType
§shape_k: <u32 as CubeType>::ExpandType
Implementations§
Source§impl<E: Numeric> Im2colReaderExpand<E>
impl<E: Numeric> Im2colReaderExpand<E>
pub fn __expand_update_view_method( self, scope: &mut Scope, k_offset: <u32 as CubeType>::ExpandType, ) -> <() as CubeType>::ExpandType
pub fn __expand_load_simple_method<G: ConvGemmConfig>( self, scope: &mut Scope, tile_x: <u32 as CubeType>::ExpandType, tile_y: <u32 as CubeType>::ExpandType, unit_id: <u32 as CubeType>::ExpandType, ident: Ident, config: G, ) -> <Line<E> as CubeType>::ExpandType
pub fn __expand_update_view( scope: &mut Scope, this: Self, k_offset: <u32 as CubeType>::ExpandType, ) -> <() as CubeType>::ExpandType
pub fn __expand_load_simple<G: ConvGemmConfig>( scope: &mut Scope, this: Self, tile_x: <u32 as CubeType>::ExpandType, tile_y: <u32 as CubeType>::ExpandType, unit_id: <u32 as CubeType>::ExpandType, ident: Ident, config: G, ) -> <Line<E> as CubeType>::ExpandType
Trait Implementations§
Source§impl<E: Numeric> Clone for Im2colReaderExpand<E>
impl<E: Numeric> Clone for Im2colReaderExpand<E>
Source§impl<E: Numeric> CubeDebug for Im2colReaderExpand<E>
impl<E: Numeric> CubeDebug for Im2colReaderExpand<E>
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
Auto Trait Implementations§
impl<E> Freeze for Im2colReaderExpand<E>
impl<E> !RefUnwindSafe for Im2colReaderExpand<E>
impl<E> !Send for Im2colReaderExpand<E>
impl<E> !Sync for Im2colReaderExpand<E>
impl<E> Unpin for Im2colReaderExpand<E>
impl<E> !UnwindSafe for Im2colReaderExpand<E>
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