pub struct SyncFullStageGlobalReaderExpand<IP: MatrixPrecision, G: GlobalConfig, L: SyncFullLoadingStrategy> { /* private fields */ }Implementations§
Source§impl<IP: MatrixPrecision, G: GlobalConfig, L: SyncFullLoadingStrategy> SyncFullStageGlobalReaderExpand<IP, G, L>
impl<IP: MatrixPrecision, G: GlobalConfig, L: SyncFullLoadingStrategy> SyncFullStageGlobalReaderExpand<IP, G, L>
pub fn __expand_stage_method( self, scope: &mut Scope, ) -> <StridedStage<IP::Stage, L::TilingLayout> as CubeType>::ExpandType
pub fn __expand_free_stage_method( self, scope: &mut Scope, ) -> <() as CubeType>::ExpandType
pub fn __expand_advance_view_method( self, scope: &mut Scope, ) -> <() as CubeType>::ExpandType
pub fn __expand_load_stage_method( self, scope: &mut Scope, config: G, ) -> <() as CubeType>::ExpandType
pub fn __expand_new( scope: &mut Scope, tensor: <View<Line<IP::Global>, Coords2d> as CubeType>::ExpandType, k_step: <u32 as CubeType>::ExpandType, ident: MatmulIdent, config: G, ) -> Self
pub fn __expand_stage( scope: &mut Scope, this: Self, ) -> <StridedStage<IP::Stage, L::TilingLayout> as CubeType>::ExpandType
pub fn __expand_free_stage( scope: &mut Scope, this: Self, ) -> <() as CubeType>::ExpandType
pub fn __expand_advance_view( scope: &mut Scope, this: Self, ) -> <() as CubeType>::ExpandType
pub fn __expand_load_stage( scope: &mut Scope, this: Self, config: G, ) -> <() as CubeType>::ExpandType
Trait Implementations§
Source§impl<IP: MatrixPrecision, G: GlobalConfig, L: SyncFullLoadingStrategy> Clone for SyncFullStageGlobalReaderExpand<IP, G, L>
impl<IP: MatrixPrecision, G: GlobalConfig, L: SyncFullLoadingStrategy> Clone for SyncFullStageGlobalReaderExpand<IP, G, L>
Source§impl<IP: MatrixPrecision, G: GlobalConfig, L: SyncFullLoadingStrategy> CubeDebug for SyncFullStageGlobalReaderExpand<IP, G, L>
impl<IP: MatrixPrecision, G: GlobalConfig, L: SyncFullLoadingStrategy> CubeDebug for SyncFullStageGlobalReaderExpand<IP, G, L>
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<IP: MatrixPrecision, G: GlobalConfig, L: SyncFullLoadingStrategy> IntoMut for SyncFullStageGlobalReaderExpand<IP, G, L>
impl<IP: MatrixPrecision, G: GlobalConfig, L: SyncFullLoadingStrategy> IntoMut for SyncFullStageGlobalReaderExpand<IP, G, L>
Auto Trait Implementations§
impl<IP, G, L> Freeze for SyncFullStageGlobalReaderExpand<IP, G, L>
impl<IP, G, L> !RefUnwindSafe for SyncFullStageGlobalReaderExpand<IP, G, L>
impl<IP, G, L> !Send for SyncFullStageGlobalReaderExpand<IP, G, L>
impl<IP, G, L> !Sync for SyncFullStageGlobalReaderExpand<IP, G, L>
impl<IP, G, L> Unpin for SyncFullStageGlobalReaderExpand<IP, G, L>where
<<L as SyncFullLoadingStrategy>::Job<IP> as CubeType>::ExpandType: Unpin,
<L as SyncFullLoadingStrategy>::TilingLayout: Unpin,
G: Unpin,
L: Unpin,
<IP as MatrixPrecision>::Stage: Unpin,
impl<IP, G, L> !UnwindSafe for SyncFullStageGlobalReaderExpand<IP, G, L>
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