pub struct AsyncLoaderExpand<MP: MatmulPrecision, CM: CopyMechanism<MP::ES>, S: StageConfig, L: AsyncFullLoadingStrategy> { /* private fields */ }
Trait Implementations§
Source§impl<MP: MatmulPrecision, CM: CopyMechanism<MP::ES>, S: StageConfig, L: AsyncFullLoadingStrategy> Clone for AsyncLoaderExpand<MP, CM, S, L>
impl<MP: MatmulPrecision, CM: CopyMechanism<MP::ES>, S: StageConfig, L: AsyncFullLoadingStrategy> Clone for AsyncLoaderExpand<MP, CM, S, L>
Source§impl<MP: MatmulPrecision, CM: CopyMechanism<MP::ES>, S: StageConfig, L: AsyncFullLoadingStrategy> CubeDebug for AsyncLoaderExpand<MP, CM, S, L>
impl<MP: MatmulPrecision, CM: CopyMechanism<MP::ES>, S: StageConfig, L: AsyncFullLoadingStrategy> CubeDebug for AsyncLoaderExpand<MP, CM, S, 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, CM: CopyMechanism<MP::ES>, S: StageConfig, L: AsyncFullLoadingStrategy> Init for AsyncLoaderExpand<MP, CM, S, L>
impl<MP: MatmulPrecision, CM: CopyMechanism<MP::ES>, S: StageConfig, L: AsyncFullLoadingStrategy> Init for AsyncLoaderExpand<MP, CM, S, L>
Auto Trait Implementations§
impl<MP, CM, S, L> Freeze for AsyncLoaderExpand<MP, CM, S, L>
impl<MP, CM, S, L> !RefUnwindSafe for AsyncLoaderExpand<MP, CM, S, L>
impl<MP, CM, S, L> !Send for AsyncLoaderExpand<MP, CM, S, L>
impl<MP, CM, S, L> !Sync for AsyncLoaderExpand<MP, CM, S, L>
impl<MP, CM, S, L> Unpin for AsyncLoaderExpand<MP, CM, S, L>where
<<L as AsyncFullLoadingStrategy>::Job<MP> as CubeType>::ExpandType: Unpin,
<L as AsyncFullLoadingStrategy>::TilingLayout: Unpin,
S: Unpin,
L: Unpin,
CM: Unpin,
<MP as MatmulPrecision>::ES: Unpin,
impl<MP, CM, S, L> !UnwindSafe for AsyncLoaderExpand<MP, CM, S, 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