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
sourceimpl 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
sourceimpl Clone for QuantizedBatchNormWithGlobalNormalizationInst
impl Clone for QuantizedBatchNormWithGlobalNormalizationInst
sourcefn clone(&self) -> QuantizedBatchNormWithGlobalNormalizationInst
fn clone(&self) -> QuantizedBatchNormWithGlobalNormalizationInst
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl From<QuantizedBatchNormWithGlobalNormalizationInst> for Operation
impl From<QuantizedBatchNormWithGlobalNormalizationInst> for Operation
sourcefn from(inst: QuantizedBatchNormWithGlobalNormalizationInst) -> Operation
fn from(inst: QuantizedBatchNormWithGlobalNormalizationInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for QuantizedBatchNormWithGlobalNormalizationInst
impl Send for QuantizedBatchNormWithGlobalNormalizationInst
impl Sync for QuantizedBatchNormWithGlobalNormalizationInst
impl Unpin for QuantizedBatchNormWithGlobalNormalizationInst
impl UnwindSafe for QuantizedBatchNormWithGlobalNormalizationInst
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more