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