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