pub struct ColMajorGlobalPartitionMatmul {}
Expand description
Iterates on global matmuls in a col major fashion
Trait Implementations§
Source§impl CubeType for ColMajorGlobalPartitionMatmul
impl CubeType for ColMajorGlobalPartitionMatmul
type ExpandType = ColMajorGlobalPartitionMatmulExpand
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 ColMajorGlobalPartitionMatmul
impl RefUnwindSafe for ColMajorGlobalPartitionMatmul
impl Send for ColMajorGlobalPartitionMatmul
impl Sync for ColMajorGlobalPartitionMatmul
impl Unpin for ColMajorGlobalPartitionMatmul
impl UnwindSafe for ColMajorGlobalPartitionMatmul
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