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