Struct tensorflow::ops::FusedBatchNormInst
source · pub struct FusedBatchNormInst {
pub op: Operation,
}
Expand description
An instance of ‘FusedBatchNorm’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built FusedBatchNorm Operation in a Tensorflow graph.
Implementations§
source§impl FusedBatchNormInst
impl FusedBatchNormInst
sourcepub fn batch_mean(&self) -> Output
pub fn batch_mean(&self) -> Output
Returns the ‘batch_mean’ Output of this ‘FusedBatchNorm’ operation.
sourcepub fn batch_variance(&self) -> Output
pub fn batch_variance(&self) -> Output
Returns the ‘batch_variance’ Output of this ‘FusedBatchNorm’ operation.
sourcepub fn reserve_space_1(&self) -> Output
pub fn reserve_space_1(&self) -> Output
Returns the ‘reserve_space_1’ Output of this ‘FusedBatchNorm’ operation.
sourcepub fn reserve_space_2(&self) -> Output
pub fn reserve_space_2(&self) -> Output
Returns the ‘reserve_space_2’ Output of this ‘FusedBatchNorm’ operation.
Trait Implementations§
source§impl Clone for FusedBatchNormInst
impl Clone for FusedBatchNormInst
source§fn clone(&self) -> FusedBatchNormInst
fn clone(&self) -> FusedBatchNormInst
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for FusedBatchNormInst
impl Debug for FusedBatchNormInst
source§impl From<FusedBatchNormInst> for Operation
impl From<FusedBatchNormInst> for Operation
source§fn from(inst: FusedBatchNormInst) -> Operation
fn from(inst: FusedBatchNormInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for FusedBatchNormInst
impl Send for FusedBatchNormInst
impl Sync for FusedBatchNormInst
impl Unpin for FusedBatchNormInst
impl UnwindSafe for FusedBatchNormInst
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more