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