pub enum QuantTarget {
Int8,
Int4,
Fp8E4M3,
Fp8E5M2,
}Variants§
Trait Implementations§
Source§impl Clone for QuantTarget
impl Clone for QuantTarget
Source§fn clone(&self) -> QuantTarget
fn clone(&self) -> QuantTarget
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for QuantTarget
Source§impl Debug for QuantTarget
impl Debug for QuantTarget
impl Eq for QuantTarget
Source§impl PartialEq for QuantTarget
impl PartialEq for QuantTarget
impl StructuralPartialEq for QuantTarget
Auto Trait Implementations§
impl Freeze for QuantTarget
impl RefUnwindSafe for QuantTarget
impl Send for QuantTarget
impl Sync for QuantTarget
impl Unpin for QuantTarget
impl UnsafeUnpin for QuantTarget
impl UnwindSafe for QuantTarget
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