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