Struct tensorflow::ops::StatelessRandomUniformIntInst
source · pub struct StatelessRandomUniformIntInst {
pub op: Operation,
}
Expand description
An instance of ‘StatelessRandomUniformInt’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An 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 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<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 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