pub struct Imatrix { /* private fields */ }Expand description
A collection of importance matrix entries (one per quantized tensor).
Build one by pushing ImatrixEntry values, then pass it to
QuantizeParams::with_imatrix.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Imatrix
impl RefUnwindSafe for Imatrix
impl Send for Imatrix
impl Sync for Imatrix
impl Unpin for Imatrix
impl UnsafeUnpin for Imatrix
impl UnwindSafe for Imatrix
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