pub struct BatchNormWithGlobalNormalizationInst {
pub op: Operation,
}
Expand description
An instance of ‘BatchNormWithGlobalNormalization’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built BatchNormWithGlobalNormalization Operation in a Tensorflow graph.
Implementations§
source§impl BatchNormWithGlobalNormalizationInst
impl BatchNormWithGlobalNormalizationInst
sourcepub fn result(&self) -> Output
pub fn result(&self) -> Output
Returns the ‘result’ Output of this ‘BatchNormWithGlobalNormalization’ operation.
sourcepub fn t(&self) -> Input<'_>
pub fn t(&self) -> Input<'_>
Returns the ‘t’ Input of this ‘BatchNormWithGlobalNormalization’ operation.
sourcepub fn m(&self) -> Input<'_>
pub fn m(&self) -> Input<'_>
Returns the ‘m’ Input of this ‘BatchNormWithGlobalNormalization’ operation.
sourcepub fn v(&self) -> Input<'_>
pub fn v(&self) -> Input<'_>
Returns the ‘v’ Input of this ‘BatchNormWithGlobalNormalization’ operation.
Trait Implementations§
source§impl Clone for BatchNormWithGlobalNormalizationInst
impl Clone for BatchNormWithGlobalNormalizationInst
source§fn clone(&self) -> BatchNormWithGlobalNormalizationInst
fn clone(&self) -> BatchNormWithGlobalNormalizationInst
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl From<BatchNormWithGlobalNormalizationInst> for Operation
impl From<BatchNormWithGlobalNormalizationInst> for Operation
source§fn from(inst: BatchNormWithGlobalNormalizationInst) -> Operation
fn from(inst: BatchNormWithGlobalNormalizationInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for BatchNormWithGlobalNormalizationInst
impl Send for BatchNormWithGlobalNormalizationInst
impl Sync for BatchNormWithGlobalNormalizationInst
impl Unpin for BatchNormWithGlobalNormalizationInst
impl UnwindSafe for BatchNormWithGlobalNormalizationInst
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more