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