pub struct QuantizedAdd { /* private fields */ }
Expand description
Builder for the QuantizedAdd
operation.
Implementations§
Source§impl QuantizedAdd
impl QuantizedAdd
Trait Implementations§
Source§impl Debug for QuantizedAdd
impl Debug for QuantizedAdd
Source§impl Default for QuantizedAdd
impl Default for QuantizedAdd
Source§fn default() -> QuantizedAdd
fn default() -> QuantizedAdd
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for QuantizedAdd
impl RefUnwindSafe for QuantizedAdd
impl Send for QuantizedAdd
impl Sync for QuantizedAdd
impl Unpin for QuantizedAdd
impl UnwindSafe for QuantizedAdd
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