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§
source§impl 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§
source§impl Clone for FakeQuantWithMinMaxVarsPerChannelInst
impl Clone for FakeQuantWithMinMaxVarsPerChannelInst
source§fn clone(&self) -> FakeQuantWithMinMaxVarsPerChannelInst
fn clone(&self) -> FakeQuantWithMinMaxVarsPerChannelInst
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl From<FakeQuantWithMinMaxVarsPerChannelInst> for Operation
impl From<FakeQuantWithMinMaxVarsPerChannelInst> for Operation
source§fn 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§
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