pub struct MmaAccTile<N: Numeric> {
pub fragment: Array<Vector<N, NA>>,
pub matrix_layout: MatrixLayout,
pub config: MmaMatmul,
}Fields§
§fragment: Array<Vector<N, NA>>§matrix_layout: MatrixLayout§config: MmaMatmulTrait Implementations§
Source§impl<N: Numeric> CubeType for MmaAccTile<N>
impl<N: Numeric> CubeType for MmaAccTile<N>
type ExpandType = MmaAccTileExpand<N>
Auto Trait Implementations§
impl<N> Freeze for MmaAccTile<N>
impl<N> RefUnwindSafe for MmaAccTile<N>where
N: RefUnwindSafe,
impl<N> Send for MmaAccTile<N>
impl<N> Sync for MmaAccTile<N>
impl<N> Unpin for MmaAccTile<N>where
N: Unpin,
impl<N> UnsafeUnpin for MmaAccTile<N>
impl<N> UnwindSafe for MmaAccTile<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