pub struct MatmulSelection {
pub tile_shape: MatmulSize,
pub tile_count: MatmulSize,
pub plane_dim: u32,
pub rows_per_plane: u32,
}
Fields§
§tile_shape: MatmulSize
§tile_count: MatmulSize
§plane_dim: u32
§rows_per_plane: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MatmulSelection
impl RefUnwindSafe for MatmulSelection
impl Send for MatmulSelection
impl Sync for MatmulSelection
impl Unpin for MatmulSelection
impl UnwindSafe for MatmulSelection
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