pub struct MoeCutlassDownHostTables {
pub packed: Vec<u64>,
pub sfb: Vec<u64>,
pub scale2: Vec<f32>,
}Expand description
Down-projection third of MoeCutlassHostTables.
Fields§
§packed: Vec<u64>§sfb: Vec<u64>§scale2: Vec<f32>Auto Trait Implementations§
impl Freeze for MoeCutlassDownHostTables
impl RefUnwindSafe for MoeCutlassDownHostTables
impl Send for MoeCutlassDownHostTables
impl Sync for MoeCutlassDownHostTables
impl Unpin for MoeCutlassDownHostTables
impl UnwindSafe for MoeCutlassDownHostTables
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