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