pub enum QuantBits {
Int8,
Int4,
}Expand description
Quantization bit width.
Variants§
Trait Implementations§
impl Copy for QuantBits
impl StructuralPartialEq for QuantBits
Auto Trait Implementations§
impl Freeze for QuantBits
impl RefUnwindSafe for QuantBits
impl Send for QuantBits
impl Sync for QuantBits
impl Unpin for QuantBits
impl UnsafeUnpin for QuantBits
impl UnwindSafe for QuantBits
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