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