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