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