pub struct Im2colReaderExpand<E: Numeric> {Show 14 fields
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 stride_y: <u32 as CubeType>::ExpandType,
pub stride_x: <u32 as CubeType>::ExpandType,
pub stride_channel: <u32 as CubeType>::ExpandType,
pub shape_y: <u32 as CubeType>::ExpandType,
pub shape_x: <u32 as CubeType>::ExpandType,
pub shape_channel: <u32 as CubeType>::ExpandType,
pub shape_out_y: <FastDivmod as CubeType>::ExpandType,
pub shape_out_x: <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
§stride_y: <u32 as CubeType>::ExpandType
§stride_x: <u32 as CubeType>::ExpandType
§stride_channel: <u32 as CubeType>::ExpandType
§shape_y: <u32 as CubeType>::ExpandType
§shape_x: <u32 as CubeType>::ExpandType
§shape_channel: <u32 as CubeType>::ExpandType
§shape_out_y: <FastDivmod as CubeType>::ExpandType
§shape_out_x: <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, context: &mut Scope, k_offset: <u32 as CubeType>::ExpandType, ) -> <() as CubeType>::ExpandType
pub fn __expand_load_simple_method<G: ConvGemmConfig>( self, context: &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( context: &mut Scope, this: Self, k_offset: <u32 as CubeType>::ExpandType, ) -> <() as CubeType>::ExpandType
pub fn __expand_load_simple<G: ConvGemmConfig>( context: &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