Struct tensorflow::ops::FusedBatchNormGradInst
source · pub struct FusedBatchNormGradInst {
pub op: Operation,
}
Expand description
An instance of ‘FusedBatchNormGrad’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built FusedBatchNormGrad Operation in a Tensorflow graph.
Implementations§
source§impl FusedBatchNormGradInst
impl FusedBatchNormGradInst
sourcepub fn x_backprop(&self) -> Output
pub fn x_backprop(&self) -> Output
Returns the ‘x_backprop’ Output of this ‘FusedBatchNormGrad’ operation.
sourcepub fn scale_backprop(&self) -> Output
pub fn scale_backprop(&self) -> Output
Returns the ‘scale_backprop’ Output of this ‘FusedBatchNormGrad’ operation.
sourcepub fn offset_backprop(&self) -> Output
pub fn offset_backprop(&self) -> Output
Returns the ‘offset_backprop’ Output of this ‘FusedBatchNormGrad’ operation.
sourcepub fn reserve_space_3(&self) -> Output
pub fn reserve_space_3(&self) -> Output
Returns the ‘reserve_space_3’ Output of this ‘FusedBatchNormGrad’ operation.
sourcepub fn reserve_space_4(&self) -> Output
pub fn reserve_space_4(&self) -> Output
Returns the ‘reserve_space_4’ Output of this ‘FusedBatchNormGrad’ operation.
sourcepub fn y_backprop(&self) -> Input<'_>
pub fn y_backprop(&self) -> Input<'_>
Returns the ‘y_backprop’ Input of this ‘FusedBatchNormGrad’ operation.
sourcepub fn scale(&self) -> Input<'_>
pub fn scale(&self) -> Input<'_>
Returns the ‘scale’ Input of this ‘FusedBatchNormGrad’ operation.
sourcepub fn reserve_space_1(&self) -> Input<'_>
pub fn reserve_space_1(&self) -> Input<'_>
Returns the ‘reserve_space_1’ Input of this ‘FusedBatchNormGrad’ operation.
sourcepub fn reserve_space_2(&self) -> Input<'_>
pub fn reserve_space_2(&self) -> Input<'_>
Returns the ‘reserve_space_2’ Input of this ‘FusedBatchNormGrad’ operation.
Trait Implementations§
source§impl Clone for FusedBatchNormGradInst
impl Clone for FusedBatchNormGradInst
source§fn clone(&self) -> FusedBatchNormGradInst
fn clone(&self) -> FusedBatchNormGradInst
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more