pub struct SymQ8;
Expand description
Represent the quantization of a f32 into an i8 using the symmetric scheme.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SymQ8
impl RefUnwindSafe for SymQ8
impl Send for SymQ8
impl Sync for SymQ8
impl Unpin for SymQ8
impl UnwindSafe for SymQ8
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