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