Struct tensorflow::ops::UniformRequantizeInst
source · pub struct UniformRequantizeInst {
pub op: Operation,
}
Expand description
An instance of ‘UniformRequantize’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built UniformRequantize Operation in a Tensorflow graph.
Implementations§
source§impl UniformRequantizeInst
impl UniformRequantizeInst
sourcepub fn output(&self) -> Output
pub fn output(&self) -> Output
Returns the ‘output’ Output of this ‘UniformRequantize’ operation.
sourcepub fn input(&self) -> Input<'_>
pub fn input(&self) -> Input<'_>
Returns the ‘input’ Input of this ‘UniformRequantize’ operation.
sourcepub fn input_scales(&self) -> Input<'_>
pub fn input_scales(&self) -> Input<'_>
Returns the ‘input_scales’ Input of this ‘UniformRequantize’ operation.
sourcepub fn input_zero_points(&self) -> Input<'_>
pub fn input_zero_points(&self) -> Input<'_>
Returns the ‘input_zero_points’ Input of this ‘UniformRequantize’ operation.
sourcepub fn output_scales(&self) -> Input<'_>
pub fn output_scales(&self) -> Input<'_>
Returns the ‘output_scales’ Input of this ‘UniformRequantize’ operation.
sourcepub fn output_zero_points(&self) -> Input<'_>
pub fn output_zero_points(&self) -> Input<'_>
Returns the ‘output_zero_points’ Input of this ‘UniformRequantize’ operation.
Trait Implementations§
source§impl Clone for UniformRequantizeInst
impl Clone for UniformRequantizeInst
source§fn clone(&self) -> UniformRequantizeInst
fn clone(&self) -> UniformRequantizeInst
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 Debug for UniformRequantizeInst
impl Debug for UniformRequantizeInst
source§impl From<UniformRequantizeInst> for Operation
impl From<UniformRequantizeInst> for Operation
source§fn from(inst: UniformRequantizeInst) -> Operation
fn from(inst: UniformRequantizeInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for UniformRequantizeInst
impl Send for UniformRequantizeInst
impl Sync for UniformRequantizeInst
impl Unpin for UniformRequantizeInst
impl UnwindSafe for UniformRequantizeInst
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