pub struct Im2colTmaReaderExpand<E: Numeric> {
pub tensor: <TensorMap<E> as CubeType>::ExpandType,
pub n_offset: <u32 as CubeType>::ExpandType,
pub spatial_offsets: <Sequence<u32> as CubeType>::ExpandType,
pub k_offset: <u32 as CubeType>::ExpandType,
}
Fields§
§tensor: <TensorMap<E> as CubeType>::ExpandType
§n_offset: <u32 as CubeType>::ExpandType
§spatial_offsets: <Sequence<u32> as CubeType>::ExpandType
§k_offset: <u32 as CubeType>::ExpandType
Implementations§
Source§impl<E: Numeric> Im2colTmaReaderExpand<E>
impl<E: Numeric> Im2colTmaReaderExpand<E>
pub fn __expand_update_view_method( self, scope: &mut Scope, k_offset: <u32 as CubeType>::ExpandType, ) -> <() as CubeType>::ExpandType
pub fn __expand_new( scope: &mut Scope, tensor: <VirtualTensor<E> as CubeType>::ExpandType, n_offset: <u32 as CubeType>::ExpandType, spatial_offsets: <Sequence<u32> as CubeType>::ExpandType, k_offset: <u32 as CubeType>::ExpandType, ) -> <Im2colTmaReader<E> as CubeType>::ExpandType
pub fn __expand_update_view( scope: &mut Scope, this: Self, k_offset: <u32 as CubeType>::ExpandType, ) -> <() as CubeType>::ExpandType
Trait Implementations§
Source§impl<E: Numeric> Clone for Im2colTmaReaderExpand<E>
impl<E: Numeric> Clone for Im2colTmaReaderExpand<E>
Source§impl<E: Numeric> CubeDebug for Im2colTmaReaderExpand<E>
impl<E: Numeric> CubeDebug for Im2colTmaReaderExpand<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 Im2colTmaReaderExpand<E>
impl<E> !RefUnwindSafe for Im2colTmaReaderExpand<E>
impl<E> !Send for Im2colTmaReaderExpand<E>
impl<E> !Sync for Im2colTmaReaderExpand<E>
impl<E> Unpin for Im2colTmaReaderExpand<E>where
E: Unpin,
impl<E> !UnwindSafe for Im2colTmaReaderExpand<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