Struct tensorflow::ops::RequantizePerChannelInst
source · pub struct RequantizePerChannelInst {
pub op: Operation,
}
Expand description
An instance of ‘RequantizePerChannel’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built RequantizePerChannel Operation in a Tensorflow graph.
Implementations§
source§impl RequantizePerChannelInst
impl RequantizePerChannelInst
sourcepub fn output(&self) -> Output
pub fn output(&self) -> Output
Returns the ‘output’ Output of this ‘RequantizePerChannel’ operation.
sourcepub fn output_min(&self) -> Output
pub fn output_min(&self) -> Output
Returns the ‘output_min’ Output of this ‘RequantizePerChannel’ operation.
sourcepub fn output_max(&self) -> Output
pub fn output_max(&self) -> Output
Returns the ‘output_max’ Output of this ‘RequantizePerChannel’ operation.
sourcepub fn input(&self) -> Input<'_>
pub fn input(&self) -> Input<'_>
Returns the ‘input’ Input of this ‘RequantizePerChannel’ operation.
sourcepub fn input_min(&self) -> Input<'_>
pub fn input_min(&self) -> Input<'_>
Returns the ‘input_min’ Input of this ‘RequantizePerChannel’ operation.
sourcepub fn input_max(&self) -> Input<'_>
pub fn input_max(&self) -> Input<'_>
Returns the ‘input_max’ Input of this ‘RequantizePerChannel’ operation.
sourcepub fn requested_output_min(&self) -> Input<'_>
pub fn requested_output_min(&self) -> Input<'_>
Returns the ‘requested_output_min’ Input of this ‘RequantizePerChannel’ operation.
sourcepub fn requested_output_max(&self) -> Input<'_>
pub fn requested_output_max(&self) -> Input<'_>
Returns the ‘requested_output_max’ Input of this ‘RequantizePerChannel’ operation.
Trait Implementations§
source§impl Clone for RequantizePerChannelInst
impl Clone for RequantizePerChannelInst
source§fn clone(&self) -> RequantizePerChannelInst
fn clone(&self) -> RequantizePerChannelInst
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more