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