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