pub struct FakeQuantWithMinMaxVarsPerChannelInst {
pub op: Operation,
}
Expand description
An instance of ‘FakeQuantWithMinMaxVarsPerChannel’ Operation with it’s Outputs and Inputs exposed as methods.
Fields
op: Operation
An instance of a fully built FakeQuantWithMinMaxVarsPerChannel Operation in a Tensorflow graph.
Implementations
sourceimpl FakeQuantWithMinMaxVarsPerChannelInst
impl FakeQuantWithMinMaxVarsPerChannelInst
sourcepub fn outputs(&self) -> Output
pub fn outputs(&self) -> Output
Returns the ‘outputs’ Output of this ‘FakeQuantWithMinMaxVarsPerChannel’ operation.
sourcepub fn inputs(&self) -> Input<'_>
pub fn inputs(&self) -> Input<'_>
Returns the ‘inputs’ Input of this ‘FakeQuantWithMinMaxVarsPerChannel’ operation.
Trait Implementations
sourceimpl Clone for FakeQuantWithMinMaxVarsPerChannelInst
impl Clone for FakeQuantWithMinMaxVarsPerChannelInst
sourcefn clone(&self) -> FakeQuantWithMinMaxVarsPerChannelInst
fn clone(&self) -> FakeQuantWithMinMaxVarsPerChannelInst
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 From<FakeQuantWithMinMaxVarsPerChannelInst> for Operation
impl From<FakeQuantWithMinMaxVarsPerChannelInst> for Operation
sourcefn from(inst: FakeQuantWithMinMaxVarsPerChannelInst) -> Operation
fn from(inst: FakeQuantWithMinMaxVarsPerChannelInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for FakeQuantWithMinMaxVarsPerChannelInst
impl Send for FakeQuantWithMinMaxVarsPerChannelInst
impl Sync for FakeQuantWithMinMaxVarsPerChannelInst
impl Unpin for FakeQuantWithMinMaxVarsPerChannelInst
impl UnwindSafe for FakeQuantWithMinMaxVarsPerChannelInst
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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