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