#[repr(u32)]pub enum FaissQuantizerType {
QT_8bit = 0,
QT_4bit = 1,
QT_8bit_uniform = 2,
QT_4bit_uniform = 3,
QT_fp16 = 4,
QT_8bit_direct = 5,
QT_6bit = 6,
}Variants§
QT_8bit = 0
QT_4bit = 1
QT_8bit_uniform = 2
QT_4bit_uniform = 3
QT_fp16 = 4
QT_8bit_direct = 5
QT_6bit = 6
Trait Implementations§
source§impl Clone for FaissQuantizerType
impl Clone for FaissQuantizerType
source§fn clone(&self) -> FaissQuantizerType
fn clone(&self) -> FaissQuantizerType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for FaissQuantizerType
impl Debug for FaissQuantizerType
source§impl Hash for FaissQuantizerType
impl Hash for FaissQuantizerType
source§impl PartialEq for FaissQuantizerType
impl PartialEq for FaissQuantizerType
source§fn eq(&self, other: &FaissQuantizerType) -> bool
fn eq(&self, other: &FaissQuantizerType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for FaissQuantizerType
impl Eq for FaissQuantizerType
impl StructuralEq for FaissQuantizerType
impl StructuralPartialEq for FaissQuantizerType
Auto Trait Implementations§
impl RefUnwindSafe for FaissQuantizerType
impl Send for FaissQuantizerType
impl Sync for FaissQuantizerType
impl Unpin for FaissQuantizerType
impl UnwindSafe for FaissQuantizerType
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