Enum tract_data::prelude::QParams
source · pub enum QParams {
MinMax {
min: f32,
max: f32,
},
ZpScale {
zero_point: i32,
scale: f32,
},
}Variants§
Implementations§
Trait Implementations§
source§impl Ord for QParams
impl Ord for QParams
source§impl PartialEq for QParams
impl PartialEq for QParams
source§impl PartialOrd for QParams
impl PartialOrd for QParams
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for QParams
impl Eq for QParams
impl StructuralPartialEq for QParams
Auto Trait Implementations§
impl Freeze for QParams
impl RefUnwindSafe for QParams
impl Send for QParams
impl Sync for QParams
impl Unpin for QParams
impl UnwindSafe for QParams
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