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