pub struct CmmaTileExpand<N: Numeric> {
pub matrix: <Matrix<N> as CubeType>::ExpandType,
pub matrix_layout: MatrixLayout,
pub tile_size: TileSize,
}Fields§
§matrix: <Matrix<N> as CubeType>::ExpandType§matrix_layout: MatrixLayout§tile_size: TileSizeImplementations§
Source§impl<N: Numeric> CmmaTileExpand<N>
impl<N: Numeric> CmmaTileExpand<N>
pub fn __expand_clone_method(&self, _scope: &mut Scope) -> Self
Trait Implementations§
Source§impl<N: Numeric> Clone for CmmaTileExpand<N>
impl<N: Numeric> Clone for CmmaTileExpand<N>
Source§impl<N: Numeric> CubeDebug for CmmaTileExpand<N>
impl<N: Numeric> CubeDebug for CmmaTileExpand<N>
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<N> Freeze for CmmaTileExpand<N>
impl<N> RefUnwindSafe for CmmaTileExpand<N>where
N: RefUnwindSafe,
impl<N> !Send for CmmaTileExpand<N>
impl<N> !Sync for CmmaTileExpand<N>
impl<N> Unpin for CmmaTileExpand<N>where
N: Unpin,
impl<N> UnsafeUnpin for CmmaTileExpand<N>
impl<N> UnwindSafe for CmmaTileExpand<N>where
N: UnwindSafe,
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