pub struct QuantizedAdd { /* private fields */ }
Expand description
Builder for the QuantizedAdd
operation.
Implementations§
Source§impl QuantizedAdd
impl QuantizedAdd
Sourcepub fn Toutput<ArgType: Into<DataType>>(self, value: ArgType) -> Self
pub fn Toutput<ArgType: Into<DataType>>(self, value: ArgType) -> Self
Sets the Toutput
attribute.
Sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
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