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 Freeze for QuantizedMul
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