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