Struct tensorflow::ops::UniformQuantizedDotInst
source · pub struct UniformQuantizedDotInst {
pub op: Operation,
}
Expand description
An instance of ‘UniformQuantizedDot’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built UniformQuantizedDot Operation in a Tensorflow graph.
Implementations§
source§impl UniformQuantizedDotInst
impl UniformQuantizedDotInst
sourcepub fn output(&self) -> Output
pub fn output(&self) -> Output
Returns the ‘output’ Output of this ‘UniformQuantizedDot’ operation.
sourcepub fn lhs(&self) -> Input<'_>
pub fn lhs(&self) -> Input<'_>
Returns the ‘lhs’ Input of this ‘UniformQuantizedDot’ operation.
sourcepub fn rhs(&self) -> Input<'_>
pub fn rhs(&self) -> Input<'_>
Returns the ‘rhs’ Input of this ‘UniformQuantizedDot’ operation.
sourcepub fn lhs_scales(&self) -> Input<'_>
pub fn lhs_scales(&self) -> Input<'_>
Returns the ‘lhs_scales’ Input of this ‘UniformQuantizedDot’ operation.
sourcepub fn lhs_zero_points(&self) -> Input<'_>
pub fn lhs_zero_points(&self) -> Input<'_>
Returns the ‘lhs_zero_points’ Input of this ‘UniformQuantizedDot’ operation.
sourcepub fn rhs_scales(&self) -> Input<'_>
pub fn rhs_scales(&self) -> Input<'_>
Returns the ‘rhs_scales’ Input of this ‘UniformQuantizedDot’ operation.
sourcepub fn rhs_zero_points(&self) -> Input<'_>
pub fn rhs_zero_points(&self) -> Input<'_>
Returns the ‘rhs_zero_points’ Input of this ‘UniformQuantizedDot’ operation.
sourcepub fn output_scales(&self) -> Input<'_>
pub fn output_scales(&self) -> Input<'_>
Returns the ‘output_scales’ Input of this ‘UniformQuantizedDot’ operation.
sourcepub fn output_zero_points(&self) -> Input<'_>
pub fn output_zero_points(&self) -> Input<'_>
Returns the ‘output_zero_points’ Input of this ‘UniformQuantizedDot’ operation.
Trait Implementations§
source§impl Clone for UniformQuantizedDotInst
impl Clone for UniformQuantizedDotInst
source§fn clone(&self) -> UniformQuantizedDotInst
fn clone(&self) -> UniformQuantizedDotInst
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more