pub struct QuantizedBatchNormWithGlobalNormalizationInst {
pub op: Operation,
}
Expand description
An instance of ‘QuantizedBatchNormWithGlobalNormalization’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built QuantizedBatchNormWithGlobalNormalization Operation in a Tensorflow graph.
Implementations§
source§impl QuantizedBatchNormWithGlobalNormalizationInst
impl QuantizedBatchNormWithGlobalNormalizationInst
sourcepub fn result(&self) -> Output
pub fn result(&self) -> Output
Returns the ‘result’ Output of this ‘QuantizedBatchNormWithGlobalNormalization’ operation.
sourcepub fn result_min(&self) -> Output
pub fn result_min(&self) -> Output
Returns the ‘result_min’ Output of this ‘QuantizedBatchNormWithGlobalNormalization’ operation.
sourcepub fn result_max(&self) -> Output
pub fn result_max(&self) -> Output
Returns the ‘result_max’ Output of this ‘QuantizedBatchNormWithGlobalNormalization’ operation.
sourcepub fn t(&self) -> Input<'_>
pub fn t(&self) -> Input<'_>
Returns the ‘t’ Input of this ‘QuantizedBatchNormWithGlobalNormalization’ operation.
sourcepub fn t_min(&self) -> Input<'_>
pub fn t_min(&self) -> Input<'_>
Returns the ‘t_min’ Input of this ‘QuantizedBatchNormWithGlobalNormalization’ operation.
sourcepub fn t_max(&self) -> Input<'_>
pub fn t_max(&self) -> Input<'_>
Returns the ‘t_max’ Input of this ‘QuantizedBatchNormWithGlobalNormalization’ operation.
sourcepub fn m(&self) -> Input<'_>
pub fn m(&self) -> Input<'_>
Returns the ‘m’ Input of this ‘QuantizedBatchNormWithGlobalNormalization’ operation.
sourcepub fn m_min(&self) -> Input<'_>
pub fn m_min(&self) -> Input<'_>
Returns the ‘m_min’ Input of this ‘QuantizedBatchNormWithGlobalNormalization’ operation.
sourcepub fn m_max(&self) -> Input<'_>
pub fn m_max(&self) -> Input<'_>
Returns the ‘m_max’ Input of this ‘QuantizedBatchNormWithGlobalNormalization’ operation.
sourcepub fn v(&self) -> Input<'_>
pub fn v(&self) -> Input<'_>
Returns the ‘v’ Input of this ‘QuantizedBatchNormWithGlobalNormalization’ operation.
sourcepub fn v_min(&self) -> Input<'_>
pub fn v_min(&self) -> Input<'_>
Returns the ‘v_min’ Input of this ‘QuantizedBatchNormWithGlobalNormalization’ operation.
sourcepub fn v_max(&self) -> Input<'_>
pub fn v_max(&self) -> Input<'_>
Returns the ‘v_max’ Input of this ‘QuantizedBatchNormWithGlobalNormalization’ operation.
sourcepub fn beta(&self) -> Input<'_>
pub fn beta(&self) -> Input<'_>
Returns the ‘beta’ Input of this ‘QuantizedBatchNormWithGlobalNormalization’ operation.
sourcepub fn beta_min(&self) -> Input<'_>
pub fn beta_min(&self) -> Input<'_>
Returns the ‘beta_min’ Input of this ‘QuantizedBatchNormWithGlobalNormalization’ operation.
sourcepub fn beta_max(&self) -> Input<'_>
pub fn beta_max(&self) -> Input<'_>
Returns the ‘beta_max’ Input of this ‘QuantizedBatchNormWithGlobalNormalization’ operation.
sourcepub fn gamma(&self) -> Input<'_>
pub fn gamma(&self) -> Input<'_>
Returns the ‘gamma’ Input of this ‘QuantizedBatchNormWithGlobalNormalization’ operation.
Trait Implementations§
source§impl Clone for QuantizedBatchNormWithGlobalNormalizationInst
impl Clone for QuantizedBatchNormWithGlobalNormalizationInst
source§fn clone(&self) -> QuantizedBatchNormWithGlobalNormalizationInst
fn clone(&self) -> QuantizedBatchNormWithGlobalNormalizationInst
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more