pub struct HostExpertFp8BlockScales {
pub scales: Vec<f32>,
pub rows: usize,
pub cols: usize,
pub expert_stride: usize,
}Fields§
§scales: Vec<f32>§rows: usize§cols: usize§expert_stride: usizeAuto Trait Implementations§
impl Freeze for HostExpertFp8BlockScales
impl RefUnwindSafe for HostExpertFp8BlockScales
impl Send for HostExpertFp8BlockScales
impl Sync for HostExpertFp8BlockScales
impl Unpin for HostExpertFp8BlockScales
impl UnsafeUnpin for HostExpertFp8BlockScales
impl UnwindSafe for HostExpertFp8BlockScales
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