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