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