pub struct RegisterTile<N: Numeric> {
pub data: Array<N>,
pub matrix_layout: MatrixLayout,
pub config: RegisterMatmul,
}Fields§
§data: Array<N>§matrix_layout: MatrixLayout§config: RegisterMatmulTrait Implementations§
Source§impl<N: Numeric> CubeType for RegisterTile<N>
impl<N: Numeric> CubeType for RegisterTile<N>
type ExpandType = RegisterTileExpand<N>
Auto Trait Implementations§
impl<N> Freeze for RegisterTile<N>
impl<N> RefUnwindSafe for RegisterTile<N>where
N: RefUnwindSafe,
impl<N> Send for RegisterTile<N>
impl<N> Sync for RegisterTile<N>
impl<N> Unpin for RegisterTile<N>where
N: Unpin,
impl<N> UnsafeUnpin for RegisterTile<N>
impl<N> UnwindSafe for RegisterTile<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