Struct tensorflow::ops::FusedBatchNormV2Inst
source · pub struct FusedBatchNormV2Inst {
pub op: Operation,
}
Expand description
An instance of ‘FusedBatchNormV2’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built FusedBatchNormV2 Operation in a Tensorflow graph.
Implementations§
source§impl FusedBatchNormV2Inst
impl FusedBatchNormV2Inst
sourcepub fn batch_mean(&self) -> Output
pub fn batch_mean(&self) -> Output
Returns the ‘batch_mean’ Output of this ‘FusedBatchNormV2’ operation.
sourcepub fn batch_variance(&self) -> Output
pub fn batch_variance(&self) -> Output
Returns the ‘batch_variance’ Output of this ‘FusedBatchNormV2’ operation.
sourcepub fn reserve_space_1(&self) -> Output
pub fn reserve_space_1(&self) -> Output
Returns the ‘reserve_space_1’ Output of this ‘FusedBatchNormV2’ operation.
sourcepub fn reserve_space_2(&self) -> Output
pub fn reserve_space_2(&self) -> Output
Returns the ‘reserve_space_2’ Output of this ‘FusedBatchNormV2’ operation.
sourcepub fn scale(&self) -> Input<'_>
pub fn scale(&self) -> Input<'_>
Returns the ‘scale’ Input of this ‘FusedBatchNormV2’ operation.
Trait Implementations§
source§impl Clone for FusedBatchNormV2Inst
impl Clone for FusedBatchNormV2Inst
source§fn clone(&self) -> FusedBatchNormV2Inst
fn clone(&self) -> FusedBatchNormV2Inst
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 FusedBatchNormV2Inst
impl Debug for FusedBatchNormV2Inst
source§impl From<FusedBatchNormV2Inst> for Operation
impl From<FusedBatchNormV2Inst> for Operation
source§fn from(inst: FusedBatchNormV2Inst) -> Operation
fn from(inst: FusedBatchNormV2Inst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for FusedBatchNormV2Inst
impl Send for FusedBatchNormV2Inst
impl Sync for FusedBatchNormV2Inst
impl Unpin for FusedBatchNormV2Inst
impl UnwindSafe for FusedBatchNormV2Inst
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