pub struct QInt8(/* private fields */);
Expand description
Quantized type for i8.
Trait Implementations§
Source§impl Ord for QInt8
impl Ord for QInt8
Source§impl PartialOrd for QInt8
impl PartialOrd for QInt8
Source§impl TensorType for QInt8
impl TensorType for QInt8
impl Copy for QInt8
impl Eq for QInt8
impl StructuralPartialEq for QInt8
Auto Trait Implementations§
impl Freeze for QInt8
impl RefUnwindSafe for QInt8
impl Send for QInt8
impl Sync for QInt8
impl Unpin for QInt8
impl UnwindSafe for QInt8
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