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