Struct tensorflow::ops::FakeQuantWithMinMaxArgs
source · pub struct FakeQuantWithMinMaxArgs { /* private fields */ }
Expand description
Builder for the FakeQuantWithMinMaxArgs
operation.
Implementations§
source§impl FakeQuantWithMinMaxArgs
impl FakeQuantWithMinMaxArgs
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.
sourcepub fn build<O0: Into<Output>>(
&self,
inputs: O0,
scope: &mut Scope
) -> Result<Operation>
pub fn build<O0: Into<Output>>( &self, inputs: O0, scope: &mut Scope ) -> Result<Operation>
Builds the FakeQuantWithMinMaxArgs
operation.
sourcepub fn build_instance(
&self,
inputs: Output,
scope: &mut Scope
) -> Result<FakeQuantWithMinMaxArgsInst>
pub fn build_instance( &self, inputs: Output, scope: &mut Scope ) -> Result<FakeQuantWithMinMaxArgsInst>
Builds a new instance of ‘FakeQuantWithMinMaxArgs’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
source§impl Debug for FakeQuantWithMinMaxArgs
impl Debug for FakeQuantWithMinMaxArgs
source§impl Default for FakeQuantWithMinMaxArgs
impl Default for FakeQuantWithMinMaxArgs
source§fn default() -> FakeQuantWithMinMaxArgs
fn default() -> FakeQuantWithMinMaxArgs
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for FakeQuantWithMinMaxArgs
impl Send for FakeQuantWithMinMaxArgs
impl Sync for FakeQuantWithMinMaxArgs
impl Unpin for FakeQuantWithMinMaxArgs
impl UnwindSafe for FakeQuantWithMinMaxArgs
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