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