pub struct QuantizeAndDequantizeV3 { /* private fields */ }
Expand description
Builder for the QuantizeAndDequantizeV3
operation.
Implementations§
Source§impl QuantizeAndDequantizeV3
impl QuantizeAndDequantizeV3
Sourcepub fn signed_input<ArgType: Into<bool>>(self, value: ArgType) -> Self
pub fn signed_input<ArgType: Into<bool>>(self, value: ArgType) -> Self
Sets the signed_input
attribute.
Sourcepub fn range_given<ArgType: Into<bool>>(self, value: ArgType) -> Self
pub fn range_given<ArgType: Into<bool>>(self, value: ArgType) -> Self
Sets the range_given
attribute.
Sourcepub fn narrow_range<ArgType: Into<bool>>(self, value: ArgType) -> Self
pub fn narrow_range<ArgType: Into<bool>>(self, value: ArgType) -> Self
Sets the narrow_range
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 QuantizeAndDequantizeV3
impl Debug for QuantizeAndDequantizeV3
Source§impl Default for QuantizeAndDequantizeV3
impl Default for QuantizeAndDequantizeV3
Source§fn default() -> QuantizeAndDequantizeV3
fn default() -> QuantizeAndDequantizeV3
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for QuantizeAndDequantizeV3
impl RefUnwindSafe for QuantizeAndDequantizeV3
impl Send for QuantizeAndDequantizeV3
impl Sync for QuantizeAndDequantizeV3
impl Unpin for QuantizeAndDequantizeV3
impl UnwindSafe for QuantizeAndDequantizeV3
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