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