Struct tensorflow::ops::QuantizedAdd
source · [−]pub struct QuantizedAdd { /* private fields */ }
Expand description
Builder for the QuantizedAdd
operation.
Implementations
sourceimpl 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
sourceimpl Debug for QuantizedAdd
impl Debug for QuantizedAdd
sourceimpl Default for QuantizedAdd
impl Default for QuantizedAdd
sourcefn default() -> QuantizedAdd
fn default() -> QuantizedAdd
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for QuantizedAdd
impl Send for QuantizedAdd
impl Sync for QuantizedAdd
impl Unpin for QuantizedAdd
impl UnwindSafe for QuantizedAdd
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more