pub struct StepGroupedFp8ProjectionOutput {
pub gate: Vec<f32>,
pub up: Vec<f32>,
pub down: Vec<f32>,
}Expand description
Projection-level output from the opt-in official Step grouped-FP8 gate.
Rows remain pair-major. Routing, weighted combine, and production integration are deliberately outside this gate-only adapter.
Fields§
§gate: Vec<f32>§up: Vec<f32>§down: Vec<f32>Auto Trait Implementations§
impl Freeze for StepGroupedFp8ProjectionOutput
impl RefUnwindSafe for StepGroupedFp8ProjectionOutput
impl Send for StepGroupedFp8ProjectionOutput
impl Sync for StepGroupedFp8ProjectionOutput
impl Unpin for StepGroupedFp8ProjectionOutput
impl UnsafeUnpin for StepGroupedFp8ProjectionOutput
impl UnwindSafe for StepGroupedFp8ProjectionOutput
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