pub struct CmmaTile<N: Numeric> {
pub matrix: Matrix<N>,
pub matrix_layout: MatrixLayout,
pub tile_size: TileSize,
}Fields§
§matrix: Matrix<N>§matrix_layout: MatrixLayout§tile_size: TileSizeTrait Implementations§
Source§impl<N: Numeric> CubeType for CmmaTile<N>
impl<N: Numeric> CubeType for CmmaTile<N>
type ExpandType = CmmaTileExpand<N>
Auto Trait Implementations§
impl<N> Freeze for CmmaTile<N>
impl<N> RefUnwindSafe for CmmaTile<N>where
N: RefUnwindSafe,
impl<N> Send for CmmaTile<N>
impl<N> Sync for CmmaTile<N>
impl<N> Unpin for CmmaTile<N>where
N: Unpin,
impl<N> UnsafeUnpin for CmmaTile<N>
impl<N> UnwindSafe for CmmaTile<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