pub struct SyncFullLoaderExpand<MP: MatmulPrecision, G: GlobalConfig, L: SyncFullLoadingStrategy> { /* private fields */ }
Trait Implementations§
Source§impl<MP: MatmulPrecision, G: GlobalConfig, L: SyncFullLoadingStrategy> Clone for SyncFullLoaderExpand<MP, G, L>
impl<MP: MatmulPrecision, G: GlobalConfig, L: SyncFullLoadingStrategy> Clone for SyncFullLoaderExpand<MP, G, L>
Source§impl<MP: MatmulPrecision, G: GlobalConfig, L: SyncFullLoadingStrategy> CubeDebug for SyncFullLoaderExpand<MP, G, L>
impl<MP: MatmulPrecision, G: GlobalConfig, L: SyncFullLoadingStrategy> CubeDebug for SyncFullLoaderExpand<MP, 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<MP: MatmulPrecision, G: GlobalConfig, L: SyncFullLoadingStrategy> IntoMut for SyncFullLoaderExpand<MP, G, L>
impl<MP: MatmulPrecision, G: GlobalConfig, L: SyncFullLoadingStrategy> IntoMut for SyncFullLoaderExpand<MP, G, L>
Auto Trait Implementations§
impl<MP, G, L> Freeze for SyncFullLoaderExpand<MP, G, L>
impl<MP, G, L> !RefUnwindSafe for SyncFullLoaderExpand<MP, G, L>
impl<MP, G, L> !Send for SyncFullLoaderExpand<MP, G, L>
impl<MP, G, L> !Sync for SyncFullLoaderExpand<MP, G, L>
impl<MP, G, L> Unpin for SyncFullLoaderExpand<MP, G, L>where
<<L as SyncFullLoadingStrategy>::Job<MP> as CubeType>::ExpandType: Unpin,
<L as SyncFullLoadingStrategy>::TilingLayout: Unpin,
G: Unpin,
L: Unpin,
<MP as MatmulPrecision>::ES: Unpin,
impl<MP, G, L> !UnwindSafe for SyncFullLoaderExpand<MP, 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