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