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