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