Struct tensorflow::ops::FakeQuantWithMinMaxVarsInst
source · [−]pub struct FakeQuantWithMinMaxVarsInst {
pub op: Operation,
}
Expand description
An instance of ‘FakeQuantWithMinMaxVars’ Operation with it’s Outputs and Inputs exposed as methods.
Fields
op: Operation
An instance of a fully built FakeQuantWithMinMaxVars Operation in a Tensorflow graph.
Implementations
sourceimpl FakeQuantWithMinMaxVarsInst
impl FakeQuantWithMinMaxVarsInst
sourcepub fn outputs(&self) -> Output
pub fn outputs(&self) -> Output
Returns the ‘outputs’ Output of this ‘FakeQuantWithMinMaxVars’ operation.
sourcepub fn inputs(&self) -> Input<'_>
pub fn inputs(&self) -> Input<'_>
Returns the ‘inputs’ Input of this ‘FakeQuantWithMinMaxVars’ operation.
Trait Implementations
sourceimpl Clone for FakeQuantWithMinMaxVarsInst
impl Clone for FakeQuantWithMinMaxVarsInst
sourcefn clone(&self) -> FakeQuantWithMinMaxVarsInst
fn clone(&self) -> FakeQuantWithMinMaxVarsInst
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for FakeQuantWithMinMaxVarsInst
impl Debug for FakeQuantWithMinMaxVarsInst
sourceimpl From<FakeQuantWithMinMaxVarsInst> for Operation
impl From<FakeQuantWithMinMaxVarsInst> for Operation
sourcefn from(inst: FakeQuantWithMinMaxVarsInst) -> Operation
fn from(inst: FakeQuantWithMinMaxVarsInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for FakeQuantWithMinMaxVarsInst
impl Send for FakeQuantWithMinMaxVarsInst
impl Sync for FakeQuantWithMinMaxVarsInst
impl Unpin for FakeQuantWithMinMaxVarsInst
impl UnwindSafe for FakeQuantWithMinMaxVarsInst
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more