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