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