pub struct RowMajorGlobalPartitionMatmul {}
Expand description
Iterates on global matmuls in a row major fashion
Trait Implementations§
Source§impl CubeType for RowMajorGlobalPartitionMatmul
impl CubeType for RowMajorGlobalPartitionMatmul
type ExpandType = RowMajorGlobalPartitionMatmulExpand
Source§fn into_mut(scope: &mut Scope, expand: Self::ExpandType) -> Self::ExpandType
fn into_mut(scope: &mut Scope, expand: Self::ExpandType) -> Self::ExpandType
Wrapper around the init method, necessary to type inference.
Auto Trait Implementations§
impl Freeze for RowMajorGlobalPartitionMatmul
impl RefUnwindSafe for RowMajorGlobalPartitionMatmul
impl Send for RowMajorGlobalPartitionMatmul
impl Sync for RowMajorGlobalPartitionMatmul
impl Unpin for RowMajorGlobalPartitionMatmul
impl UnwindSafe for RowMajorGlobalPartitionMatmul
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