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