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
sourceimpl 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
sourceimpl Clone for FusedBatchNormGradInst
impl Clone for FusedBatchNormGradInst
sourcefn clone(&self) -> FusedBatchNormGradInst
fn clone(&self) -> FusedBatchNormGradInst
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for FusedBatchNormGradInst
impl Debug for FusedBatchNormGradInst
sourceimpl From<FusedBatchNormGradInst> for Operation
impl From<FusedBatchNormGradInst> for Operation
sourcefn from(inst: FusedBatchNormGradInst) -> Operation
fn from(inst: FusedBatchNormGradInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for FusedBatchNormGradInst
impl Send for FusedBatchNormGradInst
impl Sync for FusedBatchNormGradInst
impl Unpin for FusedBatchNormGradInst
impl UnwindSafe for FusedBatchNormGradInst
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more