pub struct CompleteStageTiling {
pub tile_shape: MatmulSize,
pub tile_count: MatmulSize,
}
Expand description
Aggregation of [StageTiling]s for all components.
Fields§
§tile_shape: MatmulSize
§tile_count: MatmulSize
Implementations§
Source§impl CompleteStageTiling
impl CompleteStageTiling
pub fn get(&self, ident: Ident) -> TilingDimensions
pub fn total_shape(&self) -> MatmulSize
Trait Implementations§
Source§impl Clone for CompleteStageTiling
impl Clone for CompleteStageTiling
Source§fn clone(&self) -> CompleteStageTiling
fn clone(&self) -> CompleteStageTiling
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CompleteStageTiling
impl Debug for CompleteStageTiling
Source§impl Hash for CompleteStageTiling
impl Hash for CompleteStageTiling
Source§impl PartialEq for CompleteStageTiling
impl PartialEq for CompleteStageTiling
impl Copy for CompleteStageTiling
impl Eq for CompleteStageTiling
impl StructuralPartialEq for CompleteStageTiling
Auto Trait Implementations§
impl Freeze for CompleteStageTiling
impl RefUnwindSafe for CompleteStageTiling
impl Send for CompleteStageTiling
impl Sync for CompleteStageTiling
impl Unpin for CompleteStageTiling
impl UnwindSafe for CompleteStageTiling
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