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