pub struct QuantizedBatchNormWithGlobalNormalizationInst {
pub op: Operation,
}Expand description
An instance of ‘QuantizedBatchNormWithGlobalNormalization’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: OperationAn 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