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