pub struct BatchNormWithGlobalNormalizationGradInst {
pub op: Operation,
}
Expand description
An instance of ‘BatchNormWithGlobalNormalizationGrad’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built BatchNormWithGlobalNormalizationGrad Operation in a Tensorflow graph.
Implementations§
source§impl BatchNormWithGlobalNormalizationGradInst
impl BatchNormWithGlobalNormalizationGradInst
sourcepub fn dx(&self) -> Output
pub fn dx(&self) -> Output
Returns the ‘dx’ Output of this ‘BatchNormWithGlobalNormalizationGrad’ operation.
sourcepub fn dm(&self) -> Output
pub fn dm(&self) -> Output
Returns the ‘dm’ Output of this ‘BatchNormWithGlobalNormalizationGrad’ operation.
sourcepub fn dv(&self) -> Output
pub fn dv(&self) -> Output
Returns the ‘dv’ Output of this ‘BatchNormWithGlobalNormalizationGrad’ operation.
sourcepub fn db(&self) -> Output
pub fn db(&self) -> Output
Returns the ‘db’ Output of this ‘BatchNormWithGlobalNormalizationGrad’ operation.
sourcepub fn dg(&self) -> Output
pub fn dg(&self) -> Output
Returns the ‘dg’ Output of this ‘BatchNormWithGlobalNormalizationGrad’ operation.
sourcepub fn t(&self) -> Input<'_>
pub fn t(&self) -> Input<'_>
Returns the ‘t’ Input of this ‘BatchNormWithGlobalNormalizationGrad’ operation.
sourcepub fn m(&self) -> Input<'_>
pub fn m(&self) -> Input<'_>
Returns the ‘m’ Input of this ‘BatchNormWithGlobalNormalizationGrad’ operation.
sourcepub fn v(&self) -> Input<'_>
pub fn v(&self) -> Input<'_>
Returns the ‘v’ Input of this ‘BatchNormWithGlobalNormalizationGrad’ operation.
Trait Implementations§
source§impl Clone for BatchNormWithGlobalNormalizationGradInst
impl Clone for BatchNormWithGlobalNormalizationGradInst
source§fn clone(&self) -> BatchNormWithGlobalNormalizationGradInst
fn clone(&self) -> BatchNormWithGlobalNormalizationGradInst
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more